On Mon, Feb 6, 2012 at 5:08 PM, Carlos Mennens <[email protected]> wrote: > On Mon, Feb 6, 2012 at 12:03 PM, Francisco Leovey <[email protected]> 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 versus the built-in SQL editor.
The SQL window isn't intended to replicate the features of psql - it has it's own feature set. The plugin is installed by default - it should work out of the box on Windows and Mac, on Linux you may need to install psql and configure the PG Bin Path option under File -> Options to point to the directory containing the psql binary. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
