public inbox for [email protected]  
help / color / mirror / Atom feed
From: Daniele Varrazzo <[email protected]>
To: [email protected]
Subject: EXTENSION keyword
Date: Mon, 4 Apr 2011 11:13:00 +0100
Message-ID: <[email protected]> (raw)

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


Attachments:

  [text/x-patch] 0001-Added-EXTENSION-in-the-docs-keywords-list.patch (849B, 2-0001-Added-EXTENSION-in-the-docs-keywords-list.patch)
  download | inline diff:
From e4e932fe3fd6ae54962038c21ca8d0245cd89ecb Mon Sep 17 00:00:00 2001
From: Daniele Varrazzo <[email protected]>
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



view thread (3+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: EXTENSION keyword
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox