postgresql/src/bin/psql
Bruce Momjian a060d5bedf Hello!
Here is a new patch for libpq, to make it work on Win32 again (since
the latest modifications broke it a little).

Please also add the file "libpq.rc" to the interfaces/libpq directory.
This will allow version-stamping of the generated DLL file, so that
automatic install programs (and interested users) can determine
the version of the file.  The file is currently set as "prerelease".
Before the release, somebody should change the line "FILEFLAGS
VS_FF_PRERELEASE" to "FILEFLAGS 0".  That information should probably
go into toos\RELEASE_CHANGES.

The patch is against the cvs as of ~ 1998-08-26 14:30 CEST.


//Magnus
1998-08-29 04:05:46 +00:00
..
Makefile.in From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
psql.c Hello! 1998-08-29 04:05:46 +00:00
psqlHelp.h Hi all, 1998-08-28 03:36:31 +00:00
stringutils.c Fix to allow \f \ to make spaces as delimiter. 1998-05-13 03:27:07 +00:00
stringutils.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
win32.mak From: Magnus Hagander <mha@edu.sollentuna.se> 1998-08-27 13:25:40 +00:00