Re: SQL-Invoked Procedures for 8.1
От
Tom Lane
Тема
Re: SQL-Invoked Procedures for 8.1
Дата
Msg-id
21398.1096035910@sss.pgh.pa.us
Ответ на
Re: SQL-Invoked Procedures for 8.1 (Neil Conway)
Список
Дерево обсуждения
Re: SQL-Invoked Procedures for 8.1 "Magnus Hagander" <mha@sollentuna.net>
Re: SQL-Invoked Procedures for 8.1 Grant Finnemore <grantf@guruhut.co.za>
Re: SQL-Invoked Procedures for 8.1 Hannu Krosing <hannu@tm.ee>
Re: SQL-Invoked Procedures for 8.1 Tom Lane <tgl@sss.pgh.pa.us>
Re: SQL-Invoked Procedures for 8.1 Oliver Jowett <oliver@opencloud.com>
Re: SQL-Invoked Procedures for 8.1 Tom Lane <tgl@sss.pgh.pa.us>
Re: SQL-Invoked Procedures for 8.1 Oliver Jowett <oliver@opencloud.com>
Re: SQL-Invoked Procedures for 8.1 Tom Lane <tgl@sss.pgh.pa.us>
Re: SQL-Invoked Procedures for 8.1 Oliver Jowett <oliver@opencloud.com>
Re: SQL-Invoked Procedures for 8.1 Tom Lane <tgl@sss.pgh.pa.us>
Re: SQL-Invoked Procedures for 8.1 Peter Mount <peter@retep.org.uk>
Re: SQL-Invoked Procedures for 8.1 Hannu Krosing <hannu@tm.ee>
Re: SQL-Invoked Procedures for 8.1 Peter Mount <peter@retep.org.uk>
Neil Conway writes: > On Fri, 2004-09-24 at 04:12, Josh Berkus wrote: >> Well, see my thoughts above on differentiating SPs from Functions. I >> certainly don't think we should be using the same table. > Using a different system catalog strikes me as total overkill, and a > surefire way to duplicate a lot of code. I think that choice will be driven by one thing and one thing only: do procedures and functions have the same primary key? Which boils down to whether they have the same semantics about overloaded function names and resolution of ambiguous parameter types. Personally I think I'd prefer that they did, but plenty of people have indicated they'd rather have other features (like defaultable parameters). regards, tom lane
В списке pgsql-hackers по дате отправления