EXTENSION keyword

Started by Daniele Varrazzoabout 15 years ago3 messagesdocs
Jump to latest
#1Daniele Varrazzo
daniele.varrazzo@gmail.com

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:

0001-Added-EXTENSION-in-the-docs-keywords-list.patchtext/x-patch; charset=US-ASCII; name=0001-Added-EXTENSION-in-the-docs-keywords-list.patchDownload+8-1
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Daniele Varrazzo (#1)
Re: EXTENSION keyword

Daniele Varrazzo <daniele.varrazzo@gmail.com> writes:

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

I believe Peter has a script for updating that table. Wonder if he's
run it lately ...

regards, tom lane

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#2)
Re: EXTENSION keyword

On mån, 2011-04-04 at 11:17 -0400, Tom Lane wrote:

Daniele Varrazzo <daniele.varrazzo@gmail.com> writes:

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

I believe Peter has a script for updating that table. Wonder if he's
run it lately ...

Done