[pgadmin-support] How Does pgAdmin3 Manage DB Connections?

2012-05-11 Thread Carlos Mennens
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

Re: [pgadmin-support] Server Instrumentation Help

2012-02-21 Thread Carlos Mennens
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

[pgadmin-support] Server Instrumentation Help

2012-02-21 Thread Carlos Mennens
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

[pgadmin-support] Navigating Databases / Tables in SQL Editor

2012-02-08 Thread Carlos Mennens
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)

Re: [pgadmin-support] Plugin For Console

2012-02-06 Thread Carlos Mennens
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

[pgadmin-support] Plugin For Console

2012-02-06 Thread Carlos Mennens
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