DISCONNECT

Closes a previously established connection to another Vertica database. You must have previously used the CONNECT statement to perform a COPY FROM VERTICA or EXPORT TO VERTICA statement.

Syntax

DISCONNECT database-name

Parameters

database-name

The name of the database whose connection to close.

Privileges

No special permissions required.

Example

=> DISCONNECT ExampleDB;
DISCONNECT