get a relations DDL server-side

Поиск
Список
Период
Сортировка
От Jordan Deitch
Тема get a relations DDL server-side
Дата
Msg-id c2ce3040-a6b1-4279-97b4-fcd374ac1c60@www.fastmail.com
обсуждение исходный текст
Ответы Re: get a relations DDL server-side
Список pgsql-hackers
I would like to introduce the ability to get object DDL (server-side) by introducing a new function with roughly the
followingprototype:
 

get_ddl(regclass)
RETURNS text
LANGUAGE C STRICT PARALLEL SAFE;

A previous conversation seemed to encourage the development of this feature

https://www.postgresql.org/message-id/CADkLM=fxfsrHASKk_bY_A4uomJ1Te5MfGgD_rwwQfV8wP68ewg@mail.gmail.com

I would like to start work on this patch but wanted acceptance on the function signature. 

Thank you!



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Shared memory leak on DSM slot exhaustion
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [Proposal] Global temporary tables