Re: syntax error with example sql of createtable

From: Honda Shigehiro <fwif0083(at)mb(dot)infoweb(dot)ne(dot)jp>
To: pgsql-docs(at)postgresql(dot)org
Subject: Re: syntax error with example sql of createtable
Date: 2005-01-06 16:44:57
Message-ID: 20050107.014457.77038706.fwif0083@mb.infoweb.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hello,
Thank you for fixing.

I notice that there is also example which cause a syntax error
like "create table" in example of below URLs:
http://developer.postgresql.org/docs/postgres/sql-release-savepoint.html
http://developer.postgresql.org/docs/postgres/sql-savepoint.html

A word "table" in SQL "INSERT INTO table VALUES (3);" is reserved.
So renaming or quoting are needed to avoid an error.

regards,
--
Shigehiro Honda

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2005-01-06 20:54:01 Re: syntax error with example sql of createtable
Previous Message Kris Jurka 2005-01-06 03:05:15 FAQ on oids is out of date.