ALTER FOREIGN SERVER - Teradata QueryGrid

QueryGrid™ Guía de instalación y uso- 3.06

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata QueryGrid
Release Number
3.06
Published
Diciembre de 2024
ft:locale
es-ES
ft:lastEdition
2024-12-18
dita:mapPath
es-ES/ndp1726122159943.ditamap
dita:ditavalPath
ft:empty
dita:id
lxg1591800469257
Product Category
Analytical Ecosystem

Propósito

Modifica los parámetros de un objeto de servidor existente.

Sintaxis

ALTER FOREIGN SERVER server_name
  [ EXTERNAL SECURITY [ INVOKER | DEFINER ] TRUSTED authorization_name ]
  [ modify_options | drop_options ][,...] [;]

Elementos de sintaxis

modify_options
ADD {
  name (value) [...] |

  { IMPORT | EXPORT }
    { USING name (value) [...] | 
      WITH operator_name  [ USING name (value) [...] ]
    }
}
drop_options
DROP {
  name [...] |
  { IMPORT | EXPORT } [ USING name [...] ]
}