Philip Warner <[EMAIL PROTECTED]> 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
- [HACKERS] pg_dump of regression (again) Philip Warner
- Re: [HACKERS] pg_dump of regression (again) Tom Lane
- Re: [HACKERS] pg_dump of regression (again) Philip Warner
- Re: [HACKERS] pg_dump of regression (again) Tom Lane
- Tom Lane