Re: Problems with renaming a column

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Problems with renaming a column
Дата
Msg-id 1054914797.18320.5.camel@jester
обсуждение исходный текст
Ответ на Re: Problems with renaming a column  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
> > As an interface writer, do you prefer dealing with functions like
> > pg_get_constraintdef() or a view like the information schema provides?
> >
>
> I would think it is easier to get the information from the information
> schema. That's most like what we're doing now getting the information
> from the pg_* tables and istm it's easier to browse the information

The information schema is not appropriate for the task, but an
information like schema would probably be best.  Won't happen for this
release, but I'm willing to take a look at it for the next.

> (He's on holiday for the next few days btw which is why I'm chiming in)

I see.. Thanks.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

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

Предыдущее
От: Srikanth M
Дата:
Сообщение: Result of a query(Need Help)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Testing the return value of fclose() in the backend