Re: Allow psql to work against non-tablespace servers (e.g.

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: Allow psql to work against non-tablespace servers (e.g.
Date: 2004-08-18 00:06:17
Message-ID: 7ea7188407ccf1371e154036c8a46c46@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> I don't see any other code in psql that allows it to run with older
> server versions so it doesn't make sense to me to fix things just for
> tablespaces, and doing it for everything seems like it would uglify the
> code too much.

Tablespace are the only main difference between 8.0 and 7.4 as far as
psql is concerned, so the patch will allow psql to work against 7.4
servers seamlessly.

If I get time, I will begin making psql backward-compatible to 7.3 and
further, but the changes to do so will not be as small as this patch
and I would rather they get evaluated separately.

- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200408172006

-----BEGIN PGP SIGNATURE-----

iD8DBQFBIp3IvJuQZxSWSsgRAuABAJ0Yzhl7neFUsufTSBRPCw4FtgFHmwCfRF7C
3y+2SRPeIbt5ZAhmSQgHogc=
=t52z
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-08-18 00:18:51 Re: Allow psql to work against non-tablespace servers (e.g.
Previous Message Oliver Jowett 2004-08-17 23:43:21 Re: [HACKERS] libpq problem