Primary interactive shell for PostgreSQL.
How do you perform the equivalent of Oracle's DESCRIBE TABLE in PostgreSQL (using the psql command)?
postgresql psql table-structureI have some .sql files with thousands of INSERT statements in them and need to run these inserts on my …
postgresql command-line psqlIn MySQL, I used use database_name; What's the psql equivalent?
postgresql psqlWhat command or short key can I use to exit the PostgreSQL command line utility psql?
postgresql postgresql-9.1 psqlI'm using the PostgreSql app for mac (http://postgresapp.com/). I've used it in the past on other machines but …
postgresql psqlI have installed postgresql on OSX. When I run psql, I get $ psql psql: could not connect to server: No …
postgresql port psqlWhen I do a \dt in psql I only get a listing of tables in the current schema (public by …
postgresql postgresql-9.1 psqlI have PSQL running, and am trying to get a perl application connecting to the database. Is there a command …
postgresql psqlHow can I call psql so that it doesn't prompt for a password? This is what I have: psql -Umyuser &…
postgresql psqlI'm using psql's \dt to list all tables in a database and I need to save the results. What is …
postgresql psql