On Wed, 04 Jun 2008, Klint Gore <kgore4@xxxxxxxxxx> 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.