trusty (7) ALTER_SERVER.7.gz

Provided by: postgres-xc-client_1.1-2ubuntu2_amd64 bug

NAME

       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
       ALTER SERVER name RENAME TO new_name

DESCRIPTION

           Note
           The following description applies only to Postgres-XC

       FOREIGN DATA WRAPPER has not been supported by Postgres-XC yet. This command may be supported in the
       future releases.