[GENERAL] psql 8.2 client vs pg 8.1 server problem

2007-07-31 Thread Alban Hertroys
We have psql 8.2 clients on our workstations, while we still have pg 8.1 on our development and production servers. This causes problems like the following: database \d table ERROR: column i.indisvalid does not exist database We can log into the server and use the local client of course, but

Re: [GENERAL] psql 8.2 client vs pg 8.1 server problem

2007-07-31 Thread Dave Page
Alban Hertroys wrote: We have psql 8.2 clients on our workstations, while we still have pg 8.1 on our development and production servers. This causes problems like the following: database \d table ERROR: column i.indisvalid does not exist database We can log into the server and use the local

Re: [GENERAL] psql 8.2 client vs pg 8.1 server problem

2007-07-31 Thread Alban Hertroys
Dave Page wrote: Alban Hertroys wrote: We have psql 8.2 clients on our workstations, while we still have pg 8.1 on our development and production servers. This causes problems like the following: database \d table ERROR: column i.indisvalid does not exist database We can log into the

Re: [GENERAL] psql 8.2 client vs pg 8.1 server problem

2007-07-31 Thread Tom Lane
Alban Hertroys [EMAIL PROTECTED] writes: But wouldn't it suffice to issue the old versions of the command queries on an old server? It shouldn't be that hard to keep backward compatibility among minor versions of psql. It's enough of a pain in the neck that no one has bothered ...