DDLs of a Function

Поиск
Список
Период
Сортировка
От pratmeht
Тема DDLs of a Function
Дата
Msg-id 1576558801119-0.post@n3.nabble.com
обсуждение исходный текст
Ответы Re: DDLs of a Function
Re: DDLs of a Function
Список pgsql-admin
Hi Postgres Community,

We want to drop a table and recreate it. As we all know, dropping a table
even drops the dependent objects like views, MVs, functions. I wanted your
help to get the DDL of the (dependent) function before we can drop the
table. Once the dropped table is being recreated, this DDL will be helpful
to recreate that function.

We found a way to get the DDL of the Views and MVs, but not for function! :(
Can someone please help ?

Regards,
Pratik Mehta



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html



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

Предыдущее
От: Min Wang
Дата:
Сообщение: RE: PostgreSQL 11 sends shared secret to RADIUS server in all low case
Следующее
От: pratmeht
Дата:
Сообщение: Dependent Objects on Table