Search Postgresql Archives

Re: Retroactively adding send and recv functions to a type?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Johann 'Myrkraverk' Oskarsson" <johann@xxxxxxxxxxxxxx> writes:
> I meant ALTER TYPE.  Adding the send and recv functions doesn't seem
> to supported by ALTER TYPE.
> Is there a workaround for this?

You could manually update the pg_type row, and then if you were
being fussy, add pg_depend entries showing the type depends on
the functions.

			regards, tom lane





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux