| From: | momjian(at)postgresql(dot)org (Bruce Momjian) | 
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org | 
| Subject: | pgsql: Add: > > o Prevent tab completion of SET TRANSACTION from | 
| Date: | 2006-02-01 00:03:09 | 
| Message-ID: | [email protected] | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-committers | 
Log Message:
-----------
Add:
> 
> 	o Prevent tab completion of SET TRANSACTION from querying the
> 	  database and therefore preventing the transaction isolation
> 	  level from being set.
> 
> 	  Currently, SET <tab> causes a database lookup to check all
> 	  supported session variables.  This query causes problems
> 	  because setting the transaction isolation level must be the
> 	  first statement of a transaction.
Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1752 -> r1.1753)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1752&r2=1.1753)
    pgsql/doc/src/FAQ:
        TODO.html (r1.257 -> r1.258)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.257&r2=1.258)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-02-01 00:07:26 | pgsql: Move items: > * Add SQL99 WITH clause to SELECT > * Add SQL99 | 
| Previous Message | Tom Lane | 2006-01-31 22:40:13 | pgsql: Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. |