Fix for bug 265. PostgreSQL 8.3 does not support the
authorJan Wieck <JanWieck@Yahoo.com>
Tue, 15 May 2012 15:16:36 +0000 (11:16 -0400)
committerJan Wieck <JanWieck@Yahoo.com>
Tue, 15 May 2012 15:16:36 +0000 (11:16 -0400)
commit25abf6e89e487a5655e4d69a9866f0c71bc3fca5
treef92a6a7d9408a04607d4bc2c0fccb18079a68c3d
parentb6b409b34ec5a1008c8434f96df5443814658c41
Fix for bug 265. PostgreSQL 8.3 does not support the
array[]::text[] syntax for creating an empty text array.
All PG versions from 8.3 to 9.1 however do support
the syntax '{}'::text[] for doing the same.
src/backend/slony1_funcs.sql