DDLs of a Function

From: pratmeht <pratikmehta28(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: DDLs of a Function
Date: 2019-12-17 05:00:01
Message-ID: 1576558801119-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message pratmeht 2019-12-17 05:05:49 Dependent Objects on Table
Previous Message Pavel Stehule 2019-12-16 17:29:12 Re: performance degredation after upgrade from 9.6 to 12