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

From: tom(at)tom-martin(dot)de (Tom)
To: pgsql-patches(at)postgresql(dot)org
Subject: Reserved Key Words, Using "path" as a table name
Date: 2003-04-12 19:09:26
Message-ID: acad43ab.0304121109.49deb031@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Nic Ferrier 2003-04-12 23:33:45 patch for cursor based querys in JDBC
Previous Message Michael Graff 2003-04-12 10:20:30 Re: IPv6 address parsing for inet/cidr types (take II)