Re: [PATCHES] encoding names - Mailing list pgsql-hackers

From Karel Zak
Subject Re: [PATCHES] encoding names
Date
Msg-id 20010827092617.A18762@zf.jcu.cz
Whole thread Raw
In response to Re: [PATCHES] encoding names  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Fri, Aug 24, 2001 at 09:29:06PM +0200, Peter Eisentraut wrote:
> Tatsuo Ishii writes:
> 
> > > Maybe we should not touch getdatabaseencoding() right now, given that the
> > > names we currently use are apparently almost correct anyway and
> > > considering the pain it creates to alter them, and instead implement the
> > > information schema views in the future?
> >
> > I thought schema stuffs would be introduced in 7.2 but apparently it
> > would not happen...
> 
> True, but right now we'd have to do rather elaborate changes just to
> switch a couple of names to "more correct" versions.  Accepting them as
> input is good, but maybe we should hold back on the output part a bit
> until we can do it correctly.
Change output is a very easy work (edit strings in one array). The 
important thing is clean internal code for encoding names to faster 
and non-duplicated code (use same code for FE and BE).
Well, I prepare it with total back compatible output for all current
routines (pg_char_to_encoding too) and new names will visible by new
routines only (suggested database_character_set(), etc). Right?
    Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/C, PostgreSQL, PHP, WWW, http://docs.linux.cz,
http://mape.jcu.cz


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump failure, can't get data out...
Next
From: Karel Zak
Date:
Subject: Re: [PATCHES] Re: Re: nocreatetable for 7.1.2 [patch]