CREATE LANGUAGE - Mailing list pgsql-hackers

From Peter Eisentraut
Subject CREATE LANGUAGE
Date
Msg-id Pine.LNX.4.30.0108111249110.734-100000@peter.localdomain
Whole thread Raw
Responses Re: CREATE LANGUAGE
List pgsql-hackers
Is there a reason why it's CREATE LANGUAGE 'string' and not CREATE
LANGUAGE "ident"?  I'd like to allow both to make it consistent with the
other create commands.  SQL also uses identifier syntax for language
names.

Also, what is LANCOMPILER for?  If it's just a comment we ought to use
pg_description.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: PL/pgSQL bug?
Next
From: Tom Lane
Date:
Subject: Re: CREATE LANGUAGE