Reserved Key Words, Using "path" as a table name

Поиск
Список
Период
Сортировка
От tom@tom-martin.de (Tom)
Тема Reserved Key Words, Using "path" as a table name
Дата
Msg-id acad43ab.0304121109.49deb031@posting.google.com
обсуждение исходный текст
Ответы Re: Reserved Key Words, Using "path" as a table name  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
I'm trying to use PostgreSQL as backend database for an existing
windows appl.

The Original MS-SQL DB Uses a table named "path"

Is there a way to create a table in PostgreSQL with the same name.

I read http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/sql-keywords-appendix.html
but even a

CREATE TABLE "path" (collumn_name int NULL);
complaints with
ERROR:  TypeCreate: type path already defined

Is there a way to workaround that.

Thanks
Tom


В списке pgsql-patches по дате отправления:

Предыдущее
От: Nic Ferrier
Дата:
Сообщение: Re: [JDBC] patch for cursor based querys in JDBC
Следующее
От: Peter Jones
Дата:
Сообщение: Re: Modern C++ Interface