Re: [PATCHES] A bag of psql goodiesu

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: peter_e(at)gmx(dot)net
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [PATCHES] A bag of psql goodiesu
Date: 1999-11-26 17:46:36
Message-ID: 199911261746.MAA15855@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter, is there a way from pgsql to show if an index is unique? It
would be nice.

test=# create table x(y int);
CREATE
test=# create unique index xx on x(y);
CREATE
test=# \d xx
Table "xx"
Attribute | Type | Info
-----------+------+------
y | int4 |

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Keith Parks 1999-11-26 18:16:12 Re: [HACKERS] run_check problem
Previous Message Tom Lane 1999-11-26 16:13:44 Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions