Re: syntax error with example sql of createtable

Поиск
Список
Период
Сортировка
От Honda Shigehiro
Тема Re: syntax error with example sql of createtable
Дата
Msg-id 20050107.014457.77038706.fwif0083@mb.infoweb.ne.jp
обсуждение исходный текст
Ответ на syntax error with example sql of createtable  (Honda Shigehiro <fwif0083@mb.infoweb.ne.jp>)
Ответы Re: syntax error with example sql of createtable  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: FAQ on oids is out of date.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: syntax error with example sql of createtable