Question: How do I list the Postgres slash commands, i.e., the commands available from the Postgres command line?
Once you're logged into a Postgresql database, you can issue the \? command to see the list of available Postgres "slash" commands, like this:
mydatabase=> \?
For my own convenience, I'm listing these Postgres commands here. These are the commands available in the Postgresql 8.0.3 client:
First, I issue the call for Postgres command line help: