[email protected] writes: > In my project I have added some plpgsql functions in pg_catalog. > But when I save the cluster with pg_dumpall I do not find my function > definitions in the output file.
> Is this normal ?
Yes. Anything in pg_catalog is presumed to be part of the core
system.
regards, tom lane
--
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
