Commit f2a9998f authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

parent e76db009
...@@ -167,7 +167,7 @@ DROP TABLE testpub_tbl1; ...@@ -167,7 +167,7 @@ DROP TABLE testpub_tbl1;
t | t | t t | t | t
(1 row) (1 row)
-- faile - must be owner of publication -- fail - must be owner of publication
SET ROLE regress_publication_user_dummy; SET ROLE regress_publication_user_dummy;
ALTER PUBLICATION testpub_default RENAME TO testpub_dummy; ALTER PUBLICATION testpub_default RENAME TO testpub_dummy;
ERROR: must be owner of publication testpub_default ERROR: must be owner of publication testpub_default
......
...@@ -96,7 +96,7 @@ DROP TABLE testpub_tbl1; ...@@ -96,7 +96,7 @@ DROP TABLE testpub_tbl1;
\dRp+ testpub_default \dRp+ testpub_default
-- faile - must be owner of publication -- fail - must be owner of publication
SET ROLE regress_publication_user_dummy; SET ROLE regress_publication_user_dummy;
ALTER PUBLICATION testpub_default RENAME TO testpub_dummy; ALTER PUBLICATION testpub_default RENAME TO testpub_dummy;
RESET ROLE; RESET ROLE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment