ABHANG RANE wrote:
> Hi,
> If I have created a plpgsql function, is there a way I can look again at
> the create statement of that function. I need to know what exactly is
> there in the function.
From psql: \df+ my_function
From command-line: pg_dump --schema-only my_database > my_db_dump.sql
Second one is easier to scroll through/edit.
--
Richard Huxton
Archonet Ltd