Top "Psql" questions

Primary interactive shell for PostgreSQL.

Is there a psql client config file analogous to $HOME/my.cnf for mysql ?

That is, a local file on the client machine with default "host", "port", "user" values, etc., so that I don't …

postgresql psql
Is there a way to set the max width of a column when displaying query results in psql?

The problem I'm having is that I have a table with 10 columns. 1 of those columns is HTML and, as a …

postgresql psql
Please make sure you have specified a valid MySQL database name in 'include/config.php'

I've just downloaded cacti and I kept getting FATAL: Cannot connect to MySQL server on 'localhost'. Please make sure you …

php mysql psql cacti
PSQL console in PgAdmin IV

Can anyone tell me where I can find it (or what's the workaround) ? In PgAdmin III it is in "Plugins". …

console psql pgadmin-4
Unable to restore psql database from pg_dump with a different username

I need to dump a postgres database from computer1 with postgres username1 and then restore it on computer2 with postgres …

postgresql psql pg-dump pg-restore
How to initialize a PSQL database in docker-compose file?

I would like to know if it's possible to execute a PSQL command inside the docker-compose file. I have the …

docker docker-compose psql