Re: pg_dump of regression (again) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump of regression (again)
Date
Msg-id 29492.972258974@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump of regression (again)  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
Philip Warner <pjw@rhyme.com.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


pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: AnonCVS access?
Next
From: Larry Rosenman
Date:
Subject: GCC: Works fine for me...