From: Craig Ringer Date: Tue, 26 May 2015 07:58:29 +0000 (+0800) Subject: doc that bdr.bdr_replicate_ddl_command takes fully qualified name X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d4a8b1d91efa0c5b12ae950bb44eb19e78992674;p=2ndquadrant_bdr.git doc that bdr.bdr_replicate_ddl_command takes fully qualified name Closes #70 by documenting that bdr.bdr_replicate_ddl_command requires fully qualified objects. --- diff --git a/doc/manual-functions.sgml b/doc/manual-functions.sgml index 6ff754ce67..c7459f4f8f 100644 --- a/doc/manual-functions.sgml +++ b/doc/manual-functions.sgml @@ -190,7 +190,10 @@ The same limitations apply to this function as to DDL run directly by the user, except that DDL not normally replicated by &bdr; will be replicated if run with this function; see - . + . References to objects in DDL + must be fully schema-qualified (e.g. public.mytable + not just mytable), otherwise the error no + schema has been selected to create in will be emitted.