Skip to content

Commit

Permalink
SYMMETRICDS-167: support oid blob data type on postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jan 12, 2010
1 parent 3f09980 commit 276071c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric/src/docbook/user-guide/appendix/databases.xml
Expand Up @@ -187,8 +187,8 @@ GRANT EXECUTE ON UTL_RAW TO SYMMETRIC;]]></programlisting>
<title>PostgreSQL</title>
<para>
Starting with PostgreSQL 8.3, SymmetricDS supports the transaction identifier.
Binary Large Object (BLOB) replication is supported for byte array (bytea)
data type, but not for object identifier (OID) data that is stored in pg_largeobject.
Binary Large Object (BLOB) replication is supported for both byte array (BYTEA)
and object ID (OID) data types.
</para>
<para>
In order to function properly, SymmetricDS needs to use session variables.
Expand Down

0 comments on commit 276071c

Please sign in to comment.