forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf6b5d05
committed
doc: Document pg_encoding_to_char() and pg_char_to_encoding().
Previously both functions were not described anywhere in the docs.But since they have been around since 7.0 and mentioned in the descriptionfor system catalog like pg_database, it's reasonable to add shortdescriptions for them.Author: Ian Lawrence BarwickReviewed-by: Laurenz Albe, Fujii MasaoDiscussion:https://postgr.es/m/CAB8KJ=infievn4q1N4X7Vx8w4_RMPPG0pLvxhSDjy5WQOSHW9g@mail.gmail.com1 parent826584f commitf6b5d05
2 files changed
+35
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2819 | 2819 |
| |
2820 | 2820 |
| |
2821 | 2821 |
| |
2822 |
| - | |
| 2822 | + | |
| 2823 | + | |
2823 | 2824 |
| |
2824 | 2825 |
| |
2825 | 2826 |
| |
| |||
2828 | 2829 |
| |
2829 | 2830 |
| |
2830 | 2831 |
| |
2831 |
| - | |
| 2832 | + | |
| 2833 | + | |
2832 | 2834 |
| |
2833 | 2835 |
| |
2834 | 2836 |
| |
| |||
2927 | 2929 |
| |
2928 | 2930 |
| |
2929 | 2931 |
| |
2930 |
| - | |
| 2932 | + | |
2931 | 2933 |
| |
2932 | 2934 |
| |
2933 | 2935 |
| |
|
Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23328 | 23328 |
| |
23329 | 23329 |
| |
23330 | 23330 |
| |
| 23331 | + | |
| 23332 | + | |
| 23333 | + | |
| 23334 | + | |
| 23335 | + | |
| 23336 | + | |
| 23337 | + | |
| 23338 | + | |
| 23339 | + | |
| 23340 | + | |
| 23341 | + | |
| 23342 | + | |
| 23343 | + | |
| 23344 | + | |
| 23345 | + | |
| 23346 | + | |
| 23347 | + | |
| 23348 | + | |
| 23349 | + | |
| 23350 | + | |
| 23351 | + | |
| 23352 | + | |
| 23353 | + | |
| 23354 | + | |
| 23355 | + | |
| 23356 | + | |
| 23357 | + | |
| 23358 | + | |
| 23359 | + | |
| 23360 | + | |
23331 | 23361 |
| |
23332 | 23362 |
| |
23333 | 23363 |
| |
|
0 commit comments
Comments
(0)