| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
| Cc: | Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: massive quotes? |
| Date: | 2003-09-01 23:51:41 |
| Message-ID: | 29125.1062460301@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Andreas Pflug <pgadmin(at)pse-consulting(dot)de> writes:
> Tom Lane wrote:
>> Another problem is that the CREATE FUNCTION syntax doesn't insist on any
>> particular ordering of the attributes;
>>
> This is so at the moment, while all samples use AS .... LANGUAGE. This
> could stay free format if quoted as usual, and require it strict if the
> new format is used.
Considering that someone earlier in this thread was specifically asking
to put LANGUAGE before the function body (apparently unaware that he
already could), I doubt we can get away with removing that flexibility.
> Initially, I didn't want to suggest an additional
> keyword like ENDFUNC or ENDAS, but now I do.
Once you say that, there's not a lot of distance to letting psql do it
with \beginlit ... \endlit (or some other yet-to-be-chosen names).
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marc G. Fournier | 2003-09-01 23:59:04 | Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...) |
| Previous Message | Gaetano Mendola | 2003-09-01 23:43:28 | Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...) |