EXTENSION keyword
Started by Daniele Varrazzoabout 15 years ago3 messagesdocs
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
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