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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes
Date: 1998-04-28 16:42:51
Message-ID: 199804281642.MAA19492@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message ocie 1998-04-28 18:03:09 Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes
Previous Message Tom Lane 1998-04-28 16:21:55 Revised proposal for libpq and FE/BE protocol changes

Browse pgsql-interfaces by date

  From Date Subject
Next Message ocie 1998-04-28 18:03:09 Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes
Previous Message Tom Lane 1998-04-28 16:21:55 Revised proposal for libpq and FE/BE protocol changes