pgsql: Only attempt to show collations on servers >= 9.1.

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Only attempt to show collations on servers >= 9.1.
Date: 2012-05-10 07:13:48
Message-ID: E1SSNZM-0003bv-Dz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Only attempt to show collations on servers >= 9.1.

Show a proper error message instead of a SQL error.

Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f33c5d471ccdf33ac413d49b32a898eeab13538b

Modified Files
--------------
src/bin/psql/describe.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-05-10 07:46:39 pgsql: Copy-editing 9.2 release notes.
Previous Message Heikki Linnakangas 2012-05-10 06:56:20 pgsql: Fix outdated comment.