Re: [HACKERS] \copy and identifier quoting

2002-10-13 Thread Bruce Momjian
Tom Lane wrote: > Isn't this a bug? > > regression=# create table FOO (f1 int); > CREATE TABLE > regression=# \copy FOO from stdin > ERROR: Relation "FOO" does not exist > \copy: ERROR: Relation "FOO" does not exist > regression=# > > This happens because \copy takes the given table name and s

[HACKERS] \copy and identifier quoting

2002-10-12 Thread Tom Lane
Isn't this a bug? regression=# create table FOO (f1 int); CREATE TABLE regression=# \copy FOO from stdin ERROR: Relation "FOO" does not exist \copy: ERROR: Relation "FOO" does not exist regression=# This happens because \copy takes the given table name and slaps double quotes around it, so the