Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f985ab

Browse filesBrowse files
author
Amit Kapila
committed
1 parent 0b71743 commit 4f985ab
Copy full SHA for 4f985ab

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/test/regress/expected/subscription.out
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ ERROR: publication "testpub1" is already in subscription "regress_testsub"
304304
regress_testsub | regress_subscription_user | f | {testpub,testpub1,testpub2} | f | off | d | f | any | off | dbname=regress_doesnotexist | 0/0
305305
(1 row)
306306

307-
-- fail - publication used more then once
307+
-- fail - publication used more than once
308308
ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub1 WITH (refresh = false);
309309
ERROR: publication name "testpub1" used more than once
310310
-- fail - all publications are deleted

‎src/test/regress/sql/subscription.sql

Copy file name to clipboardExpand all lines: src/test/regress/sql/subscription.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ ALTER SUBSCRIPTION regress_testsub ADD PUBLICATION testpub1, testpub2 WITH (refr
198198

199199
\dRs+
200200

201-
-- fail - publication used more then once
201+
-- fail - publication used more than once
202202
ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub1 WITH (refresh = false);
203203

204204
-- fail - all publications are deleted

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.