Re: Call for 7.5 feature completion
От | Josh Berkus |
---|---|
Тема | Re: Call for 7.5 feature completion |
Дата | |
Msg-id | 200508251948.28956.josh@agliodbs.com обсуждение исходный текст |
Ответ на | Re: Call for 7.5 feature completion (Nicholas Walker <nick@walkerdatanet.com>) |
Ответы |
Re: Call for 7.5 feature completion
|
Список | pgsql-hackers |
Nicholas, You are a novice user, aren't you? ;-) > I am just a novice end user, but I would like to see: > SavePoints be able to use within functions. ( I think this involves > making procedures that execute outside of a transaction) Nope, supported in 8.0 for PL/pgSQL. Not sure about other languages. > Cross Database references. (Available through dblink, but it would > be better if it was supported natively) You'll have to argue this one. We don't have them on purpose. Generally when people want "cross-database queries" the problem is that they really should be using schema. > The ability to say create function foo () returns setof record(int, > int , int). I believe this is coming in the next release though. Well, we've had this for 3 versions as CREATE TYPE ... CREATE FUNCTION. INOUT parameters in 8.1 will give you the above, effectively. -- Josh Berkus Aglio Database Solutions San Francisco
В списке pgsql-hackers по дате отправления: