]> granicus.if.org Git - postgresql/commit
| Release_2_0
authorMarc G. Fournier <scrappy@hub.org>
Wed, 14 Aug 1996 16:44:51 +0000 (16:44 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 14 Aug 1996 16:44:51 +0000 (16:44 +0000)
commitbde34552a279a13a7980049455d6a79951cc5c5d
treefb986d8024ffb552b4bfeea64a93c083b3d73250
parent476ef109133b1e062c2805d4932ef331dda84a68
|
|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...
src/interfaces/libpq/fe-exec.c