Re: function defination help ..

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: function defination help ..
Date: 2003-02-22 02:10:10
Message-ID: Pine.LNX.4.44.0302220253300.2067-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Rajesh Kumar Mallah writes:

> is it possible to get the function creation defination as produced by pg_dump
> by some SQL queries on system catalogs?
>
> pg_func stores procsrc but i am trying to get RETURNS and the arg part also.

You will need to reconstruct what pg_dump does.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-02-22 03:28:56 Re: 7.3 GROUP BY differs from 7.2
Previous Message Peter Eisentraut 2003-02-22 02:09:49 Re: 7.3 "group by" issue