Re: constraints in table

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: constraints in table
Дата
Msg-id 4797E5C1.1050005@iol.ie
обсуждение исходный текст
Ответ на constraints in table  ("Dominique Bessette - Halsema" <dbhalsema@gmail.com>)
Список pgsql-general
On 24/01/2008 00:09, Dominique Bessette - Halsema wrote:

> How do i find the constraints on a table in SQL?  my database is linux
> based, and I cant seem to find the command.  Thanks

In psql,

   \d <tablename>

will show the constraints.

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

В списке pgsql-general по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: pg_xlog and standby
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: Best practices for protect applications agains Sql injection.