Adam Smith <adamsmith (AT) econ (DOT) com> writes:
Quote:
How do I close a database? Can't even find it in the Manual |
You don't "close a database"; you close your connection to
it. Quitting the client is probably the simplest way.
For psql, the '\q' command is "quit". It also quits when it receives
the end-of-text signal (Ctrl+D on Unix).
Use '\?' to see the commands you can use to interact with psql.
--
\ "Never use a long word when there's a commensurate diminutive |
`\ available." -- Stan Kelly-Bootle |
_o__) |
Ben Finney