forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8217202
committed
From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
Subject: [PATCHES] libpq SET var TO patch One last, I hope. This one corrects a bogus format string, andactually sends the contents of PG_DATESTYLE to the backend. Thatmeans, you can do a setenv PG_DATESTYLE 'iso', and your libpqwill pick that up and tell the backend.1 parent9f2d714 commit8217202
1 file changed
+3
-8
lines changedLines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
| 109 | + | |
115 | 110 |
| |
116 | 111 |
| |
117 | 112 |
| |
| |||
561 | 556 |
| |
562 | 557 |
| |
563 | 558 |
| |
564 |
| - | |
| 559 | + | |
565 | 560 |
| |
566 | 561 |
| |
567 | 562 |
| |
|
0 commit comments
Comments
(0)