| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | frank_lupo <frank_lupo(at)email(dot)it> |
| Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: alter database/user set problem |
| Date: | 2003-01-28 16:12:57 |
| Message-ID: | 13626.1043770377@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"=?utf-8?Q?frank=5Flupo?=" <frank_lupo(at)email(dot)it> writes:
> pippo=# ALTER user postgres SET "Autocommit" = "on"\g
> ALTER USER
> pippo=# ALTER user postgres SET "autocommit" = "off"\g
> ALTER USER
> pippo=# select usename,useconfig from pg_shadow\g
> usename | useconfig
> ---------------+-------------------------------
> postgres | {Autocommit=on,autocommit=off}
This is a bug --- it should be doing case-insensitive comparisons to
detect duplicate variable names. Will fix for 7.3.2.
> Which autocommit it used from the user?
Probably the last one stored...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephan Szabo | 2003-01-28 16:14:19 | Re: Ref to last INSERT on a table without OIDs? |
| Previous Message | Ryan VanderBijl | 2003-01-28 16:08:37 | serialization errors |