From 323bcca5249c707b68d9f6d921d86fd750bcf33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:20 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-alterpublication.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-alterpublication.html') diff --git a/doc/src/sgml/html/sql-alterpublication.html b/doc/src/sgml/html/sql-alterpublication.html index de49d3a..e29d12e 100644 --- a/doc/src/sgml/html/sql-alterpublication.html +++ b/doc/src/sgml/html/sql-alterpublication.html @@ -1,5 +1,5 @@ -ALTER PUBLICATION

ALTER PUBLICATION

ALTER PUBLICATION — change the definition of a publication

Synopsis

+ALTER PUBLICATION

ALTER PUBLICATION

ALTER PUBLICATION — change the definition of a publication

Synopsis

 ALTER PUBLICATION name ADD publication_object [, ...]
 ALTER PUBLICATION name SET publication_object [, ...]
 ALTER PUBLICATION name DROP publication_object [, ...]
@@ -113,4 +113,4 @@ ALTER PUBLICATION production_publication ADD TABLE users, departments, TABLES IN
 

Compatibility

ALTER PUBLICATION is a PostgreSQL extension. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3