Re: Merge statement
От | Pepe TD Vo |
---|---|
Тема | Re: Merge statement |
Дата | |
Msg-id | F6B26603-3382-41B9-A613-F391806BC9CA@yahoo.com обсуждение исходный текст |
Ответ на | Re: Merge statement (Morris de Oryx <morrisdeoryx@gmail.com>) |
Список | pgsql-admin |
Thank you all. Will look into it on Monday.
Have a pleasant weekend.
V/r,
Bach Nga
Sent from my iPad
Sent from my iPad
Postgres has had stored functions for ages, but only added stored procedures in version 11. Historically, you'll see people calling stored functions in Postgres "stored procedures" as that's what other folks call them. It didn't matter because Postgres only had the one thing. For what's new in Postgres 11 stored procedures, here's a place to look:
The change you're referring to is that a stored procedure (but not a function) has the ability to manage its own transaction blocks.
I actually have no clue...I've only read about the new stored procedures. But if you're coming from Oracle, you're likely looking for PG 11 stored procedures, at least some of the time.
В списке pgsql-admin по дате отправления: