Re: pg_dump of regression (again)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: pg_dump of regression (again)
Date: 2000-10-22 23:56:14
Message-ID: 29492.972258974@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2000-10-23 00:23:51 GCC: Works fine for me...
Previous Message Bruce Hartzler 2000-10-22 23:51:06 add darwin/osxpb support to cvs