extracting the sql for a function

Поиск
Список
Период
Сортировка
От Paul Tilles
Тема extracting the sql for a function
Дата
Msg-id ee1a7fbd-a91d-7166-85b2-9fa9e68b0df6@noaa.gov
обсуждение исходный текст
Ответы RE: extracting the sql for a function  (Igor Neyman <ineyman@perceptron.com>)
RE: extracting the sql for a function  ("Charles Clavadetscher" <clavadetscher@swisspug.org>)
Список 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 по дате отправления:

Предыдущее
От: Seamus Abshere
Дата:
Сообщение: Is my text_pattern_ops index working for a LIKE prefix search withcolumn reference?
Следующее
От: Igor Neyman
Дата:
Сообщение: RE: extracting the sql for a function