extracting the sql for a function - Mailing list pgsql-general

From Paul Tilles
Subject extracting the sql for a function
Date
Msg-id ee1a7fbd-a91d-7166-85b2-9fa9e68b0df6@noaa.gov
Whole thread Raw
Responses RE: extracting the sql for a function
RE: extracting the sql for a function
List pgsql-general
Using postgres Version 9.5

I can extract the sql for a table using

pg_dump  -d database_name  -s  -t  table_name  -f  table_name.sql

Is there something equivalent for extracting the sql for a function from 
the database?


Paul Tilles



pgsql-general by date:

Previous
From: Seamus Abshere
Date:
Subject: Is my text_pattern_ops index working for a LIKE prefix search withcolumn reference?
Next
From: Igor Neyman
Date:
Subject: RE: extracting the sql for a function