postgresql/src/interfaces/libpq
Bruce Momjian 7f4981f4af I'm giving a try at some TODO items. Currently it's the turn of the
PGPASSWORDFILE environment variable.  I have modified libpq to make use
of this variable.  I present the first cut here.

Currently the format for the file should be

host:port:database:user:password

Alvaro Herrera
2002-08-15 02:56:19 +00:00
..
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
cs.po Czech translation updates from Karel Zak 2001-12-21 22:30:49 +00:00
de.po NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
fe-auth.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
fe-auth.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-connect.c I'm giving a try at some TODO items. Currently it's the turn of the 2002-08-15 02:56:19 +00:00
fe-exec.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-lobj.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-misc.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-print.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-secure.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
fr.po update 2001-12-13 22:04:40 +00:00
libpq-fe.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq-int.h Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
libpq.rc Stamp CVS as 7.2. Update all interface version numbers. This is the 2001-05-11 01:46:33 +00:00
libpqdll.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
libpqdll.def Add PQescapeString and PQescapeBytea for Win32. 2002-06-02 22:36:30 +00:00
nls.mk Czech translation updates from Karel Zak 2001-12-21 22:30:49 +00:00
pqexpbuffer.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqexpbuffer.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqsignal.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqsignal.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ru.po NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
sv.po Add Swedish 2001-12-13 22:06:33 +00:00
win32.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
win32.h Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
win32.mak Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
zh_CN.po NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
zh_TW.po NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00

README

This directory contains the C version of Libpq, the POSTGRES frontend library.