Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76db00 commit f2a9998Copy full SHA for f2a9998
src/test/regress/expected/publication.out
@@ -167,7 +167,7 @@ DROP TABLE testpub_tbl1;
167
t | t | t
168
(1 row)
169
170
--- faile - must be owner of publication
+-- fail - must be owner of publication
171
SET ROLE regress_publication_user_dummy;
172
ALTER PUBLICATION testpub_default RENAME TO testpub_dummy;
173
ERROR: must be owner of publication testpub_default
src/test/regress/sql/publication.sql
@@ -96,7 +96,7 @@ DROP TABLE testpub_tbl1;
96
97
\dRp+ testpub_default
98
99
100
101
102
RESET ROLE;
0 commit comments