Thread: Second thoughts about pg_typeof

Second thoughts about pg_typeof

From
Tom Lane
Date:
I wonder if pg_typeof() should be marked stable instead of immutable?
Its results certainly depend on the contents of system catalogs ...
        regards, tom lane


Re: Second thoughts about pg_typeof

From
Andrew Dunstan
Date:

Tom Lane wrote:
> I wonder if pg_typeof() should be marked stable instead of immutable?
> Its results certainly depend on the contents of system catalogs ...
>
>             
>   

makes sense.

cheers

andrew