CREATE LANGUAGE

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: CREATE LANGUAGE
Date: 2001-08-11 10:52:05
Message-ID: Pine.LNX.4.30.0108111249110.734-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-11 15:09:30 Re: CREATE LANGUAGE
Previous Message Tatsuo Ishii 2001-08-11 02:19:39 Re: PL/pgSQL bug?