Hello,

looks like EXTENSION is missing from the keywords list in the docs.

It looks not reserved (creating a table and a type named "extension"
worked in PG 9.1a5). Being a PG extension I assume it's not mentioned
by any SQL standard.

Patch attached.

-- Daniele
From e4e932fe3fd6ae54962038c21ca8d0245cd89ecb Mon Sep 17 00:00:00 2001
From: Daniele Varrazzo <daniele.varra...@gmail.com>
Date: Mon, 4 Apr 2011 11:03:46 +0100
Subject: [PATCH] Added EXTENSION in the docs keywords list

---
 doc/src/sgml/keywords.sgml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/doc/src/sgml/keywords.sgml b/doc/src/sgml/keywords.sgml
index 080c3c4..9c39e30 100644
--- a/doc/src/sgml/keywords.sgml
+++ b/doc/src/sgml/keywords.sgml
@@ -1976,6 +1976,14 @@
     <entry></entry>
    </row>
    <row>
+    <entry><token>EXTENSION</token></entry>
+    <entry>non-reserved</entry>
+    <entry></entry>
+    <entry></entry>
+    <entry></entry>
+    <entry></entry>
+   </row>
+   <row>
     <entry><token>EXTERNAL</token></entry>
     <entry>non-reserved</entry>
     <entry>reserved</entry>
-- 
1.7.1

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to