Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/bin/initdb initdb.sh'

From: Peter T Mount <psqlhack(at)maidast(dot)demon(dot)co(dot)uk>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: jwieck(at)debis(dot)com, scrappy(at)hub(dot)org, hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/bin/initdb initdb.sh'
Date: 1998-02-24 19:31:44
Message-ID: Pine.LNX.3.95.980224192236.5610B-100000@maidast
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 24 Feb 1998, Bruce Momjian wrote:

> The only problem with that is that the database administrator now should
> deal with pg_shadow, and not pg_user, and pg_user is not a real table
> anymore. Actually, in Unix, this is true too. I don't think we can
> change the real table to pg_shadow this close to a release, can we?

I like the pg_shadow idea.

One thing though, although the v6.3 driver is not backward compatible with
pre 6.3 backends (because of the network protocol changes), it should be
forward compatible. However, if we change the real table to pg_shadow
after 6.3, it would break the DatabaseMetaData class.

If we change the table's name now, we won't have this problem, and
existing code won't break either.

--
Peter T Mount petermount(at)earthling(dot)net or pmount(at)maidast(dot)demon(dot)co(dot)uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-24 19:52:37 Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/bin/initdb initdb.sh'
Previous Message Peter T Mount 1998-02-24 19:22:19 Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/bin/initdb initdb.sh'