Re: Debugging deadlocks

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Debugging deadlocks
Дата
Msg-id 20050403024920.GA30054@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Debugging deadlocks  (Edmund Bacon <ebacon-xlii@onesystem.com>)
Список pgsql-general
On Fri, Apr 01, 2005 at 09:27:40AM -0700, Edmund Bacon wrote:
>
> Speaking of domains, how do you find out what the range of a domain
> is?

I'm not sure if there's a better way, but this appears to work:

SELECT pg_get_constraintdef(oid, TRUE)
FROM pg_constraint
WHERE contypid = 'fruit'::regtype;

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: PostgreSQL and .NET
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [HACKERS] plPHP in core?