Transactional DDL

Поиск
Список
Период
Сортировка
От Harpreet Dhaliwal
Тема Transactional DDL
Дата
Msg-id d86a77ef0708142102x242e8a57wf2273b02d29f92f5@mail.gmail.com
обсуждение исходный текст
Ответы Re: Transactional DDL
Re: Transactional DDL
Список pgsql-general
 
1. stored procedure compilation is transactional. 
"You can recompile a stored procedure on a live system, and only transactions starting after that compilation will see the changes," he said. "Transactions in process can complete with the old version. Oracle just blocks on the busy procedure."
 
Is this what the Transactional DDL feature of postgresql talks about ?

Thanks
~Harpreet
 

В списке pgsql-general по дате отправления:

Предыдущее
От: "Jasbinder Singh Bali"
Дата:
Сообщение: language interface in postgresql
Следующее
От: "Lim Berger"
Дата:
Сообщение: Custom functions for default values for columns on insert