Re: [GENERAL] psql \e command

2008-06-04 Thread Volkan YAZICI
On Wed, 04 Jun 2008, Klint Gore <[EMAIL PROTECTED]> 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 fun

Re: [GENERAL] psql \e command

2008-06-04 Thread Klint Gore
Volkan YAZICI wrote: 2. It would be really neat to be able to issue \et regex - Edit table. (Create script of table will get dumped.) \et+ regex - Edit table with dependents. (With create script of INDEXes, triggers, etc.) How do you intend to use it? postgre