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

NAME

       CREATE_SERVER - define a new foreign server

SYNOPSIS

       CREATE SERVER server_name [ TYPE 'server_type' ] [ VERSION 'server_version' ]
           FOREIGN DATA WRAPPER fdw_name
           [ OPTIONS ( option 'value' [, ... ] ) ]

DESCRIPTION

           Note

           The following description applies only to Postgres-XC

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

Postgres-XC 1.1                                    2014-04-07                                   CREATE SERVER(7)