postgresql/src
Marc G. Fournier bde34552a2 |
|Here is a fix for the psql alignment problem.  It turns out that libpq
|was trying to determine if the column contained only numeric values so
|it could right justify it.  The 'e' values were taked as exponient
|values and all columns were considered numeric.
|
|The patch excludes 'e' and 'E' as being valid first-column numeric
|values.
|

Submitted by: Bruce...
1996-08-14 16:44:51 +00:00
..
backend This patch can be installed as part of 1.02.1 so people can properly 1996-08-14 05:33:11 +00:00
bin This patch can be installed as part of 1.02.1 so people can properly 1996-08-14 05:44:25 +00:00
interfaces | 1996-08-14 16:44:51 +00:00
mk Here's a small makefile patch that corrects the following bug: The makefiles 1996-08-14 04:54:45 +00:00
test Fixes: 1996-08-06 16:51:35 +00:00
tools/mkldexport Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
tutorial Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
Makefile I have attached a minor update for the Postgres make files. This update 1996-08-13 07:48:33 +00:00
Makefile.global Had a space in CFLAGS+= -I .. 1996-08-06 16:05:56 +00:00