1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

More updates for typmod int32 change. From Tom Lane.

This commit is contained in:
Bruce Momjian
1998-07-14 02:41:26 +00:00
parent 3600fd320f
commit e36f96e42a
5 changed files with 16 additions and 13 deletions

View File

@ -442,8 +442,8 @@ short PQfsize(PGresult *res,
associated with the given field index.
Field indices start at 0.
<ProgramListing>
short PQfmod(PGresult *res,
int field_index);
int PQfmod(PGresult *res,
int field_index);
</ProgramListing>
</Para>
</ListItem>

View File

@ -4,7 +4,7 @@
<FirstName>Phil</FirstName>
<Surname>Thompson</Surname>
</Author>
<Date>1998-07-07</Date>
<Date>1998-07-13</Date>
</DocInfo>
<Title>Frontend/Backend Protocol</Title>
@ -25,7 +25,10 @@ a way as to still allow connections from earlier versions of frontends, but
this document does not cover the protocol used by those earlier versions.
<Para>
This document describes version 2.0 of the protocol.
This document describes version 2.0 of the protocol, implemented in
<ProductName>Postgres</ProductName> v6.4 and later.
<Para>
Higher level features built on this protocol (for example, how <FileName>libpq</FileName> passes
certain environment variables after the connection is established)
are covered elsewhere.
@ -1688,7 +1691,7 @@ RowDescription (B)
</VarListEntry>
<VarListEntry>
<Term>
Int16
Int32
</Term>
<ListItem>
<Para>