1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

More README src cleanups.

This commit is contained in:
Bruce Momjian
2008-03-21 13:23:29 +00:00
parent d287818eb5
commit fca9fff41b
41 changed files with 137 additions and 52 deletions

View File

@@ -1,3 +1,5 @@
$PostgreSQL: pgsql/src/interfaces/ecpg/README.dynSQL,v 1.3 2008/03/21 13:23:28 momjian Exp $
descriptor statements have the following shortcomings
- input descriptors (USING DESCRIPTOR <name>) are not supported

View File

@@ -1,3 +1,5 @@
$PostgreSQL: pgsql/src/interfaces/ecpg/test/connect/README,v 1.2 2008/03/21 13:23:28 momjian Exp $
Programs in this directory test all sorts of connections.
All other programs just use one standard connection method.

View File

@@ -1 +1,3 @@
$PostgreSQL: pgsql/src/interfaces/libpq/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
This directory contains the C version of Libpq, the POSTGRES frontend library.