Philip Warner <pjw(at)rhyme(dot)com(dot)au> writes:
>> So you have to give the raw type name, no fancy fandangoes ...
> OK - I'll use typname in CREATE AGGREGATE, and see how it hangs together.
> Do you know if the type parser is invoked in function declarations? If not
> I probably just need to limit use of format_type to table declarations.
BTW, type parsing is now done "properly" in CREATE FUNCTION, CREATE
AGGREGATE, etc, so you should be able to use format_type more freely
now.
regards, tom lane