Search Postgresql Archives

Re: Selecting strict, immutable text for a composite type.

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

 



On Thursday, May 10, 2018, Steven Lembark <lembark@xxxxxxxxxxx> wrote:
Q: Why does it work with enums?

Guessing because enums are not composites; they are scalar and most scalar types in core seem to be covered by the extension.
 
e.g., If I create a type foo_t as enum (...) and install the function
foo_text on foo_t the gist works. 

You should ifnd it works even without the existence of the foo_text function.

David J.

[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