| PostgreSQL Reference Manual - Volume 2 - Programming Guide by The PostgreSQL Global Development Group Paperback (6"x9"), 408 pages ISBN 0954612035 RRP £19.95 ($34.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
3.9.1 Additional embedded SQL statements
CLOSE DATABASE-
This statement closes the current connection. In fact, this is a
synonym for ecpg's
DISCONNECT CURRENT.$CLOSE DATABASE; /* close the current connection */ EXEC SQL CLOSE DATABASE;
| ISBN 0954612035 | PostgreSQL Reference Manual - Volume 2 - Programming Guide | See the print edition |