mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 00:02:34 -05:00
|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...
Description
he World's Most Advanced Open Source Relational Database.
Languages
C
84.9%
PLpgSQL
6.1%
Perl
4.6%
Yacc
1.2%
Meson
0.7%
Other
2.2%