@@ -105,7 +105,7 @@ BEGIN
105105 ('text search template'), ('text search configuration'),
106106 ('policy'), ('user mapping'), ('default acl'), ('transform'),
107107 ('operator of access method'), ('function of access method'),
108- ('publication relation')
108+ ('publication namespace'), ('publication relation')
109109 LOOP
110110 FOR names IN VALUES ('{eins}'), ('{addr_nsp, zwei}'), ('{eins, zwei, drei}')
111111 LOOP
@@ -285,10 +285,10 @@ WARNING: error for policy,{eins,zwei,drei},{}: schema "eins" does not exist
285285WARNING: error for policy,{eins,zwei,drei},{integer}: schema "eins" does not exist
286286WARNING: error for user mapping,{eins},{}: argument list length must be exactly 1
287287WARNING: error for user mapping,{eins},{integer}: user mapping for user "eins" on server "integer" does not exist
288- WARNING: error for user mapping,{addr_nsp,zwei},{}: argument list length must be exactly 1
289- WARNING: error for user mapping,{addr_nsp,zwei},{integer}: user mapping for user "addr_nsp" on server "integer" does not exist
290- WARNING: error for user mapping,{eins,zwei,drei},{}: argument list length must be exactly 1
291- WARNING: error for user mapping,{eins,zwei,drei},{integer}: user mapping for user "eins" on server "integer" does not exist
288+ WARNING: error for user mapping,{addr_nsp,zwei},{}: name list length must be exactly 1
289+ WARNING: error for user mapping,{addr_nsp,zwei},{integer}: name list length must be exactly 1
290+ WARNING: error for user mapping,{eins,zwei,drei},{}: name list length must be exactly 1
291+ WARNING: error for user mapping,{eins,zwei,drei},{integer}: name list length must be exactly 1
292292WARNING: error for default acl,{eins},{}: argument list length must be exactly 1
293293WARNING: error for default acl,{eins},{integer}: unrecognized default ACL object type "i"
294294WARNING: error for default acl,{addr_nsp,zwei},{}: argument list length must be exactly 1
@@ -313,6 +313,12 @@ WARNING: error for function of access method,{addr_nsp,zwei},{}: name list leng
313313WARNING: error for function of access method,{addr_nsp,zwei},{integer}: name list length must be at least 3
314314WARNING: error for function of access method,{eins,zwei,drei},{}: argument list length must be exactly 2
315315WARNING: error for function of access method,{eins,zwei,drei},{integer}: argument list length must be exactly 2
316+ WARNING: error for publication namespace,{eins},{}: argument list length must be exactly 1
317+ WARNING: error for publication namespace,{eins},{integer}: schema "eins" does not exist
318+ WARNING: error for publication namespace,{addr_nsp,zwei},{}: name list length must be exactly 1
319+ WARNING: error for publication namespace,{addr_nsp,zwei},{integer}: name list length must be exactly 1
320+ WARNING: error for publication namespace,{eins,zwei,drei},{}: name list length must be exactly 1
321+ WARNING: error for publication namespace,{eins,zwei,drei},{integer}: name list length must be exactly 1
316322WARNING: error for publication relation,{eins},{}: argument list length must be exactly 1
317323WARNING: error for publication relation,{eins},{integer}: relation "eins" does not exist
318324WARNING: error for publication relation,{addr_nsp,zwei},{}: argument list length must be exactly 1
0 commit comments