Fix typo in comment.
authorAmit Kapila <[email protected]>
Tue, 17 Jan 2023 05:09:11 +0000 (10:39 +0530)
committerAmit Kapila <[email protected]>
Tue, 17 Jan 2023 05:09:11 +0000 (10:39 +0530)
Author: Osumi Takamichi
Discussion: https://postgr.es/m/TYCPR01MB83737EA140C79B7D099F65E8EDC69@TYCPR01MB8373.jpnprd01.prod.outlook.com

src/test/regress/expected/subscription.out
src/test/regress/sql/subscription.sql

index 1ed6f4c39cdd043390c3c2a03121d98985cac5bd..4e5cb0d3a971329a31b1e5d66a53fa6235a25fe1 100644 (file)
@@ -304,7 +304,7 @@ ERROR:  publication "testpub1" is already in subscription "regress_testsub"
  regress_testsub | regress_subscription_user | f       | {testpub,testpub1,testpub2} | f      | off       | d                | f                | any    | off                | dbname=regress_doesnotexist | 0/0
 (1 row)
 
--- fail - publication used more then once
+-- fail - publication used more than once
 ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub1 WITH (refresh = false);
 ERROR:  publication name "testpub1" used more than once
 -- fail - all publications are deleted
index 7991abfe8fd2b17992b00aaf33327d28c452d6d6..5f27b7d7763869f5e67f07099e51943fedcd8fe3 100644 (file)
@@ -198,7 +198,7 @@ ALTER SUBSCRIPTION regress_testsub ADD PUBLICATION testpub1, testpub2 WITH (refr
 
 \dRs+
 
--- fail - publication used more then once
+-- fail - publication used more than once
 ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub1 WITH (refresh = false);
 
 -- fail - all publications are deleted