Purpose
You can use this statement to modify server information
Syntax
ALTER SERVER server_name
OPTIONS (option [, option] ...)
option: {
HOST character-literal
| DATABASE character-literal
| USER character-literal
| PASSWORD character-literal
| SOCKET character-literal
| OWNER character-literal
| PORT numeric-literal
}
Note
Only the keyword syntax is supported. The functionality does not actually take effect.