Re: Couple document fixes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Couple document fixes
Дата
Msg-id 1299858450-sup-6133@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Couple document fixes  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Couple document fixes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Excerpts from Tom Lane's message of vie mar 11 12:40:50 -0300 2011:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > One idea is to rename the type to something else.  We could keep "char"
> > as an alias for backwards compatibility, but use the new name in system
> > catalogs, and document it as the main name of the type.
> 
> We don't have type aliases...

I meant the conversion we do from a certain name (say because it's the
SQL-mandated name for the type) to the internal name, such as mapping
integer to int4.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: FOR KEY LOCK foreign keys
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: Flex output missing from 9.1a4 tarballs?