1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

New function PQcmdTuples.

This commit is contained in:
Bruce Momjian
1997-10-17 02:11:49 +00:00
parent ed966c4617
commit b268758a3b
2 changed files with 11 additions and 3 deletions

View File

@ -15,6 +15,7 @@ Allow strings to span lines, like ANSI(Thomas)
Fix for backward ORDER BY(Vadim)
Fix avg(cash) computation(Thomas)
Fix for specifying a column twice in ORDER BY(Vadim)
Documented new libpq function to return affected rows, PQcmdTuples(Vadim)
PostgreSQL 6.2 Thu Oct 02 12:53:46 EDT 1997