From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:03 +0200 Subject: Adding upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-alterserver.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-alterserver.html') diff --git a/doc/src/sgml/html/sql-alterserver.html b/doc/src/sgml/html/sql-alterserver.html index 619b20c..67ca3f3 100644 --- a/doc/src/sgml/html/sql-alterserver.html +++ b/doc/src/sgml/html/sql-alterserver.html @@ -1,5 +1,5 @@ -ALTER SERVER

ALTER SERVER

ALTER SERVER — change the definition of a foreign server

Synopsis

+ALTER SERVER

ALTER SERVER

ALTER SERVER — change the definition of a foreign server

Synopsis

 ALTER SERVER name [ VERSION 'new_version' ]
     [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] ) ]
 ALTER SERVER name OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
@@ -45,4 +45,4 @@ ALTER SERVER foo VERSION '8.4' OPTIONS (SET host 'baz');
    ALTER SERVER conforms to ISO/IEC 9075-9 (SQL/MED).
    The OWNER TO and RENAME forms are
    PostgreSQL extensions.
-  

\ No newline at end of file +

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