| PostgreSQL 8.0.1 Documentation | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Chapter 29. ECPG - Embedded SQL in C | Fast Forward | Next | 
29.3. Closing a Connection
To close a connection, use the following statement:
The connection can be specified in the following ways:
- connection-name 
- DEFAULT 
- CURRENT 
- ALL 
If no connection name is specified, the current connection is closed.
It is good style that an application always explicitly disconnect from every connection it opened.




 
 
