Re: psql \e command - Mailing list pgsql-general

From Volkan YAZICI
Subject Re: psql \e command
Date
Msg-id 877id58uyk.fsf@alamut.mobiliz.com.tr
Whole thread Raw
In response to Re: psql \e command  (Klint Gore <kgore4@une.edu.au>)
List pgsql-general
On Wed, 04 Jun 2008, Klint Gore <kgore4@une.edu.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.

pgsql-general by date:

Previous
From: "Heikki Linnakangas"
Date:
Subject: Re: [JDBC] How to just "link" to some data feed
Next
From: Magnus Hagander
Date:
Subject: Re: Failing to recover after panic shutdown