Reserved Key Words, Using "path" as a table name - Mailing list pgsql-patches

From tom@tom-martin.de (Tom)
Subject Reserved Key Words, Using "path" as a table name
Date
Msg-id acad43ab.0304121109.49deb031@posting.google.com
Whole thread Raw
Responses Re: Reserved Key Words, Using "path" as a table name
List 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 by date:

Previous
From: Nic Ferrier
Date:
Subject: Re: [JDBC] patch for cursor based querys in JDBC
Next
From: Peter Jones
Date:
Subject: Re: Modern C++ Interface