Re: Re: Status on 7.0 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Re: Status on 7.0
Date
Msg-id Pine.LNX.4.21.0006030300470.406-100000@localhost.localdomain
Whole thread Raw
In response to Re: Status on 7.0  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian writes:

> > istm that pg_dump could benefit greatly if it translated internal
> > Postgres type names to the SQL92-standard names. For example, int4 ->
> > integer, int8 -> bigint, etc. This would be analogous to the
> > translation we do when parsing queries in the backend, converting
> > (e.g.) integer -> int4.

I once proposed to create a function `format_type' or some such which
would take an internal type name and a modifier and format it to some
canonical representation. I recall that was well received and I'm still
interested in that, but I'd let the function manager changes die down
first.


-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [GENERAL] PostgreSQL v7.0.1 Released
Next
From: Peter Eisentraut
Date:
Subject: Commit messages list