From 276071ce358f66e5d8768d52f78fa9369598382f Mon Sep 17 00:00:00 2001 From: erilong Date: Tue, 12 Jan 2010 21:01:40 +0000 Subject: [PATCH] SYMMETRICDS-167: support oid blob data type on postgresql --- symmetric/src/docbook/user-guide/appendix/databases.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symmetric/src/docbook/user-guide/appendix/databases.xml b/symmetric/src/docbook/user-guide/appendix/databases.xml index 2bcac31a87..4043e6e2b8 100644 --- a/symmetric/src/docbook/user-guide/appendix/databases.xml +++ b/symmetric/src/docbook/user-guide/appendix/databases.xml @@ -187,8 +187,8 @@ GRANT EXECUTE ON UTL_RAW TO SYMMETRIC;]]> PostgreSQL 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. In order to function properly, SymmetricDS needs to use session variables.