mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04:00
Fix typo
This commit is contained in:
parent
e76db009f0
commit
f2a9998fb3
2 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ DROP TABLE testpub_tbl1;
|
|||
t | t | t
|
||||
(1 row)
|
||||
|
||||
-- faile - must be owner of publication
|
||||
-- fail - must be owner of publication
|
||||
SET ROLE regress_publication_user_dummy;
|
||||
ALTER PUBLICATION testpub_default RENAME TO testpub_dummy;
|
||||
ERROR: must be owner of publication testpub_default
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ DROP TABLE testpub_tbl1;
|
|||
|
||||
\dRp+ testpub_default
|
||||
|
||||
-- faile - must be owner of publication
|
||||
-- fail - must be owner of publication
|
||||
SET ROLE regress_publication_user_dummy;
|
||||
ALTER PUBLICATION testpub_default RENAME TO testpub_dummy;
|
||||
RESET ROLE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue