@@ -105,7 +105,7 @@ BEGIN
105
105
('text search template'), ('text search configuration'),
106
106
('policy'), ('user mapping'), ('default acl'), ('transform'),
107
107
('operator of access method'), ('function of access method'),
108
- ('publication relation')
108
+ ('publication namespace'), ('publication relation')
109
109
LOOP
110
110
FOR names IN VALUES ('{eins}'), ('{addr_nsp, zwei}'), ('{eins, zwei, drei}')
111
111
LOOP
@@ -285,10 +285,10 @@ WARNING: error for policy,{eins,zwei,drei},{}: schema "eins" does not exist
285
285
WARNING: error for policy,{eins,zwei,drei},{integer}: schema "eins" does not exist
286
286
WARNING: error for user mapping,{eins},{}: argument list length must be exactly 1
287
287
WARNING: 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
292
292
WARNING: error for default acl,{eins},{}: argument list length must be exactly 1
293
293
WARNING: error for default acl,{eins},{integer}: unrecognized default ACL object type "i"
294
294
WARNING: 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
313
313
WARNING: error for function of access method,{addr_nsp,zwei},{integer}: name list length must be at least 3
314
314
WARNING: error for function of access method,{eins,zwei,drei},{}: argument list length must be exactly 2
315
315
WARNING: 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
316
322
WARNING: error for publication relation,{eins},{}: argument list length must be exactly 1
317
323
WARNING: error for publication relation,{eins},{integer}: relation "eins" does not exist
318
324
WARNING: error for publication relation,{addr_nsp,zwei},{}: argument list length must be exactly 1
0 commit comments