From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Andrew Dunstan" <andrew(at)dunslane(dot)net> |
Cc: | neilc(at)samurai(dot)com, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: pl/pgsql: END verbosity |
Date: | 2005-06-22 04:27:02 |
Message-ID: | 22987.1119414422@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
"Andrew Dunstan" <andrew(at)dunslane(dot)net> writes:
> Neil Conway said:
>> Any objections?
> I'm unkeen. I see no technical advantage - it's just a matter of taste. We
> advertise that plpgsql is similar to plsql - we should not do anything to
> make that less so IMNSHO. Terseness is not always good, redundancy is not
> always bad.
That was my reaction too, though I'm too tired at this hour to phrase it
so well ;-). The long-term point in my mind is that removing
syntactical redundancy always reduces the ability to detect errors or
report errors acccurately; and it may limit our freedom to introduce
new features later. Consider for example the possibility that Oracle's
next release adds some new frammish that can't be duplicated because we
chose not to distinguish various forms of "END xxx" ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-06-22 04:35:35 | Re: Problem with dblink regression test |
Previous Message | Marc G. Fournier | 2005-06-22 04:13:21 | Re: Server instrumentation patch |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-06-22 04:35:35 | Re: Problem with dblink regression test |
Previous Message | Joe Conway | 2005-06-22 03:49:12 | Re: Problem with dblink regression test |