Manuel Kniep <[email protected]> writes: > I have a custom type and want to add the yet missing  SEND and RECEIVE > functions > is there anyway to alter the type definition without dropping and recreating > it?
There's no supported way to do that. As an unsupported way, you could
consider a manual UPDATE on the type's pg_type row.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
