I've noticed when I login to specific database (maintenance database)
using connection properties window, I generally use 'postgres'
database. However in pgAdmin3, when I click another database after I
connect, it opens it fine but doesn't seem to 'x' over or disconnect
me from my original database
On Tue, Feb 21, 2012 at 12:14 PM, Dave Page wrote:
> Make sure the postgresql-contrib-9.1 package is installed (I'm
> assuming you installed the Debian packages), then hit the "Fix it!"
> button.
I worked like magic...
Thank you!
--
Sent via pgadmin-support mailing list (pgadmin-support@postgr
So when I connect to my PostgreSQL 9.1.2 enterprise database, I'm
greeted with a window from pgAdmin3 that says:
The server lacks instrumentation functions.
pgAdmin III uses some support functions that are not available by
default in all PostgreSQL versions. These enable some tasks that make
life
This may seem like a really novice question however when I select my
database in pgAdmin3, I then click the SQL window. How can I switch
database connections or show / describe tables in the SQL Editor?
Usually I would be in psql and just run:
\c dbname
\d (show tables)
\d tname (describe table)
On Mon, Feb 6, 2012 at 12:03 PM, Francisco Leovey wrote:
> There is no need for a plugin, just click the SQl window button on the
> pgAdmin3 taskbar
The SQL window doesn't support \* 'psql' commands nor does it appear
to support tab ahead typing. There appears to be a significant need
for it vers
I was told that there's a plugin for pgAdmin3 which allows me to bring
up a psql console to the server I'm connected to however I sadly can't
find this plugin. Does anyone know if this exist and or how I can
install this on my installation of pgAdmin3?
--
Sent via pgadmin-support mailing list (pg