doc that bdr.bdr_replicate_ddl_command takes fully qualified name
authorCraig Ringer <craig@2ndquadrant.com>
Tue, 26 May 2015 07:58:29 +0000 (15:58 +0800)
committerCraig Ringer <craig@2ndquadrant.com>
Fri, 29 May 2015 13:04:46 +0000 (21:04 +0800)
Closes #70 by documenting that bdr.bdr_replicate_ddl_command requires
fully qualified objects.

doc/manual-functions.sgml

index 6ff754ce678a75c0cf151e82d3b63663625ebba3..c7459f4f8f3a964153579f0b222a48574868ec61 100644 (file)
         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
-        <xref linkend="ddl-replication">.
+        <xref linkend="ddl-replication">. References to objects in DDL
+        must be fully schema-qualified (e.g. <literal>public.mytable</literal>
+        not just <literal>mytable</literal>), otherwise the error <literal>no
+        schema has been selected to create in</literal> will be emitted.
        </entry>
       </row>