small bug in psql's tab completion

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: small bug in psql's tab completion
Date: 2000-05-04 22:32:26
Message-ID: 802.957479546@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It thinks
SET TRANSACTION ISOLATION LEVEL SER<tab>
should be completed
SET TRANSACTION ISOLATION LEVEL SERIALIZED
but the correct keyword is
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Mitch Vincent 2000-05-04 22:41:53 Re: Why Not MySQL?
Previous Message Tom Lane 2000-05-04 22:09:35 Re: pg_group_name_index corrupt?