forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf426465
committed
Add a new function "pg_client_encoding" which returns the current client
side encoding name. This is necessary for client API's such as JDBCto perform correct encoding conversions. See my email "[HACKERS]pg_client_encoding" 10 Sep 2001.1 parent9d13fcf commitf426465
File tree
4 files changed
+32
-5
lines changed- doc/src/sgml
- src
- backend/utils
- init
- mb
- include/catalog
4 files changed
+32
-5
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
1008 | 1008 |
| |
1009 | 1009 |
| |
1010 | 1010 |
| |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
1011 | 1021 |
| |
1012 | 1022 |
| |
1013 | 1023 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
200 | 206 |
| |
201 | 207 |
| |
202 | 208 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
471 | 471 |
| |
472 | 472 |
| |
473 | 473 |
| |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + |
Lines changed: 6 additions & 2 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 |
| |
| |||
2140 | 2140 |
| |
2141 | 2141 |
| |
2142 | 2142 |
| |
2143 |
| - | |
| 2143 | + | |
2144 | 2144 |
| |
2145 | 2145 |
| |
2146 | 2146 |
| |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
2147 | 2151 |
| |
2148 | 2152 |
| |
2149 | 2153 |
| |
|
0 commit comments
Comments
(0)