| From: | "Patrick Boulay" <pboulay(at)medrium(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #1539: Suggestion |
| Date: | 2005-03-11 20:19:45 |
| Message-ID: | 20050311201945.ED4B8F1BF7@svr2.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1539
Logged by: Patrick Boulay
Email address: pboulay(at)medrium(dot)com
PostgreSQL version: 7.4.5
Operating system: Unix Solaris
Description: Suggestion
Details:
Sometime I do transaction and I do a couple of commands on SQL shell and I
forgot to commit my commands before testing my software.
Is it possible to change a prompt character during a transaction?
instead of:
database=#
it can be
database=>
or something like that!! After the commit, the prompt come back to
database=#
example:
database=# begin;
database=> insert into somewhere values(1);
...
database=> end;
database=#
it's more clear! :)
Patrick
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Steve McWilliams | 2005-03-11 20:53:59 | odd initdb.exe failure on windows |
| Previous Message | Sergio Lob | 2005-03-11 15:55:35 | Re: [BUGS] BUG #1523: precision column value returned from |