| From: | Volkan YAZICI <yazicivo(at)ttmail(dot)com> |
|---|---|
| To: | Klint Gore <kgore4(at)une(dot)edu(dot)au> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: psql \e command |
| Date: | 2008-06-04 08:28:51 |
| Message-ID: | 877id58uyk.fsf@alamut.mobiliz.com.tr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, 04 Jun 2008, Klint Gore <kgore4(at)une(dot)edu(dot)au> writes:
> postgres=# create table bar (foo int);
> CREATE TABLE
> postgres=# \e
> ERROR: relation "bar" already exists
> postgres=#
Not exactly like that, consider placing a "\c new_copy" line to your
script file.
>> \ef regex - Edit function.
>>
> Yes. Like what pgadmin does when you hit the sql button with a
> function selected.
Despite we have both the EMS SQL Manager and PGadmin, none of these
(IMHO) give the flexibility and ease of use of psql.
Regards.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2008-06-04 09:41:59 | Re: Failing to recover after panic shutdown |
| Previous Message | tivvpgsqljdbc | 2008-06-04 08:27:53 | Re: How to just "link" to some data feed |