- Notifications
You must be signed in to change notification settings - Fork5
Commitbde3455
committed
|
|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...1 parent476ef10 commitbde3455
1 file changed
+3
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
999 | 999 |
| |
1000 | 1000 |
| |
1001 | 1001 |
| |
1002 |
| - | |
| 1002 | + | |
| 1003 | + | |
1003 | 1004 |
| |
1004 | 1005 |
| |
1005 | 1006 |
| |
|
0 commit comments
Comments
(0)