Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes
Дата
Msg-id 199804281642.MAA19492@candle.pha.pa.us
обсуждение исходный текст
Ответ на Revised proposal for libpq and FE/BE protocol changes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> 2. The RowDescription ('T') message is extended by adding a new value
> for each field.  Just after the type-size value, there will now be
> an int16 "atttypmod" value.  (Would someone provide text specifying
> exactly what this value means?)  libpq will store this value in
> a new "adtmod" field of PGresAttDesc structs.

From src/include/catalog/pg_attribute.h:

    /*
     * atttypmod records type-specific modifications supplied at table
     * creation time, and passes it to input and output functions as the
     * third argument.
     */

Currently only used for char() and varchar(), and includes a 4-byte
header.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Revised proposal for libpq and FE/BE protocol changes
Следующее
От: ocie@paracel.com
Дата:
Сообщение: Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes