Re: Make LANGUAGE SQL the default

2020-10-10 Thread Pavel Stehule
so 10. 10. 2020 v 18:14 odesílatel Tom Lane napsal: > Peter Eisentraut writes: > > A sub-patch extracted from the bigger patch in thread "SQL-standard > > function body"[0]: Make LANGUAGE SQL the default in CREATE FUNCTION and > > CREATE PROCEDURE, per SQL standard. > > I'm suspicious of doing t

Re: Make LANGUAGE SQL the default

2020-10-10 Thread Tom Lane
Peter Eisentraut writes: > A sub-patch extracted from the bigger patch in thread "SQL-standard > function body"[0]: Make LANGUAGE SQL the default in CREATE FUNCTION and > CREATE PROCEDURE, per SQL standard. I'm suspicious of doing this, mainly because DO does not have that default. I think sti