Re: Smallint

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Smallint
Дата
Msg-id 3F410F9B.1030601@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Smallint  ("Adam H. Pendleton" <fmonkey@fmonkey.net>)
Список pgadmin-hackers
Adam H. Pendleton wrote:

> Duh!  Obviously it's not, it's just that pgAdmin3 calls it an int2?
> Any reason not to call it a smallint, since that's they way it's
> referred to in the documentation?

Yeah.
Virtually all types are read from the database. SMALLINT and INTEGER are
parser translations, and there might be more. IMHO, the combobox already
shows way to much.

Only types that don't have a pg_type entry (serial, bigserial) are added
manually.

Regards,
Andreas



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

Предыдущее
От: "Adam H. Pendleton"
Дата:
Сообщение: Re: Smallint
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Smallint