Re: how to rename an unnamed uniqueness constraint?

Поиск
Список
Период
Сортировка
От Oliver Kullmann
Тема Re: how to rename an unnamed uniqueness constraint?
Дата
Msg-id 20050817163613.GB14100@cs-wsok.swansea.ac.uk
обсуждение исходный текст
Ответ на how to rename an unnamed uniqueness constraint?  (Oliver Kullmann <O.Kullmann@swansea.ac.uk>)
Список pgsql-novice
On Wed, Aug 17, 2005 at 06:52:08AM +1200, Andrej Ricnik-Bay wrote:
> In psql a
> \d+ <tablename>
> will give you the name of the actual constraint.
>
>
> Cheers,
> Tink
>

thanks!

BTW: why "d+ <tablename>" and not "d <tablename>" ?!
In the examples I tried the results where the same
(only d+ seems to add some spaces).


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

Предыдущее
От: Oliver Kullmann
Дата:
Сообщение: Re: how to rename an unnamed uniqueness constraint?
Следующее
От:
Дата:
Сообщение: My First Stored Procedure