pgsql: Fix typo in the psql \d query handling, so that we use the corre

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in the psql \d query handling, so that we use the corre
Date: 2011-01-24 12:34:40
Message-ID: E1PhLd2-0004XV-H2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in the psql \d query handling, so that we use the correct query
against 9.0 servers.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=74be35b07cf09350168018234026df94184f8991

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2011-01-24 13:18:23 Re: pgsql: sepgsql, an SE-Linux integration for PostgreSQL
Previous Message Magnus Hagander 2011-01-24 07:26:04 pgsql: Exclude sepgsql from MSVC regression testing as well