Re: syntax error with example sql of createtable - Mailing list pgsql-docs

From Honda Shigehiro
Subject Re: syntax error with example sql of createtable
Date
Msg-id 20050107.014457.77038706.fwif0083@mb.infoweb.ne.jp
Whole thread Raw
In response to syntax error with example sql of createtable  (Honda Shigehiro <fwif0083@mb.infoweb.ne.jp>)
Responses Re: syntax error with example sql of createtable  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-docs by date:

Previous
From: Kris Jurka
Date:
Subject: FAQ on oids is out of date.
Next
From: Tom Lane
Date:
Subject: Re: syntax error with example sql of createtable