Re: [HACKERS] How do we find serial types

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] How do we find serial types
Дата
Msg-id 36348D70.C5C04397@alumni.caltech.edu
обсуждение исходный текст
Ответ на How do we find serial types  (darcy@druid.net (D'Arcy J.M. Cain))
Ответы Re: [HACKERS] How do we find serial types
Re: [HACKERS] How do we find serial types
Список pgsql-hackers
> I guess it's too late for 6.4 so hopefully there is already a way to
> find out whether a field was declared as a serial type.  Am I stuck
> using some sort of index name hack?

Probably. I did the serial type implementation as a hash of hooks I
already had in the backend (and at the behest of others, so don't blame
me too much :). It isn't integrated as well as it could/should be, and
we should clean this up for v6.5.

It actually might be related to what we will need to do for primary and
foreign keys, so might get fixed with that stuff. Jan has indicated an
interest in pursuing some of this through the rules system.
                    - Tom


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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: Last call?
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Last call?