Thread: psql question
Should psql 7.3 be able to connection to databases < 7.3?
On Wed, 2002-12-04 at 19:33, Joseph Shraibman wrote: > Should psql 7.3 be able to connection to databases < 7.3? It should more-or-less work, but some of the "slash commands" might not work, due to changes in the system catalogs (like the addition of schemas). Cheers, Neil -- Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC
Neil Conway wrote: > On Wed, 2002-12-04 at 19:33, Joseph Shraibman wrote: > >>Should psql 7.3 be able to connection to databases < 7.3? > > > It should more-or-less work, but some of the "slash commands" might not > work, due to changes in the system catalogs (like the addition of > schemas). > That's why I asked. \d <tablename> gave me: ERROR: parser: parse error at or near "."
Joseph Shraibman wrote: > Should psql 7.3 be able to connection to databases < 7.3? No. New servers to old clients, only, not old servers to new clients. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073