Tab completion of SET TRANSACTION ISOLATION

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Tab completion of SET TRANSACTION ISOLATION
Date: 2006-01-31 12:21:07
Message-ID: 200601311321.07915.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Some time ago, the tab completion code for the SET command was changed to read
the list of available settings from the pg_settings table. This means that
by the time you're done completing SET TRANSACTION ISOLATION, you've already
sent a query and the command will be disallowed. It's not a major issue, but
I figured I'd mention it since it confused me a while ago. If someone has an
ingenious plan for working around this, let me know.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2006-01-31 12:21:57 Re: Want to add to contrib.... xmldbx
Previous Message Thomas Hallgren 2006-01-31 11:51:25 Re: New project launched : PostgreSQL GUI