Top "Psql" questions

Primary interactive shell for PostgreSQL.

how to set up the psql command in cygwin?

I have a local dev site on my machine with Apache server and PostgreSQL 9.1 database. As I'm using Windows, I …

apache postgresql cygwin psql
pg_dump & pg_restore password using python module subprocess

Problem: Use the PSQL pg_dump and pg_restore in a Python script and using the subprocess module. Background: I …

python subprocess psql pg-dump pg-restore
PostgreSQL: column "rolcatupdate" does not exist error?

I installed PostgreSQL on new server. When I try create new table or new data base, get this error: column "…

postgresql psql navicat
how to use \timing in postgres

I want to know the time that it takes to execute a query in Postgres, I see a lot of …

postgresql psql timing
How to set default display mode in psql

Almost every psql query comes out an illegible mess if not preceded by display configuration commands such as \x auto. …

postgresql psql
How do I edit a function in PSQL

I created a default function in PGADMIN but the server doesn't have that software. How can I edit the function …

postgresql function psql
psql: FATAL: Ident authentication failed for user "root"

Hi i am using postgresql . my Postgres User : postgres Passwprd : abc123 but when i type root@xxxx:~#psql -U postgres …

php sql postgresql psql ezpublish
I am trying to config my own map server with mapnik mod_tile and apache no tiles are generated and i get the following errors

I started this renderd -f -c /usr/local/etc/renderd.conf got this renderd[1620]: Rendering daemon started renderd[1620]: Initiating reqyest_…

maps ubuntu-12.04 openstreetmap psql mapnik
psql: could not connect to server: Connection refused (0x0000274D/10061) in windows

I am trying to run psql.exe from command line. I am getting error as below. C:\>cd C:\…

postgresql psql postgresql-8.3
"Show tables like" in postgresql

Is there any way to list all tables that contain certain keywords in psql? In other words, is there a …

psql