]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 15 Mar 2017 20:27:07 +0000 (16:27 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 15 Mar 2017 20:27:07 +0000 (16:27 -0400)
src/test/regress/expected/publication.out
src/test/regress/sql/publication.sql

index f3d60db86b292885ab266477bf74b89426766eca..77482aa522f10934225432abc6190ca997c95269 100644 (file)
@@ -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
index 522c39029e5f284227c798a616ca9d0b8a8bdafe..347034e92211dbb33727ae5086d9406389673dbd 100644 (file)
@@ -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;