forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit58e2e6e
committed
doc: Add note about postgres_fdw.application_name.
postgres_fdw.application_name can be any string of any lengthand contain even non-ASCII characters. However when it's passedto and used as application_name in a foreign server, it's truncatedto less than NAMEDATALEN characters and any charactersother than printable ASCII ones in it will be replaced with questionmarks. This commit adds these notes into the docs.Author: Hayato KurodaReviewed-by: Kyotaro Horiguchi, Fujii MasaoDiscussion:https://postgr.es/m/TYCPR01MB5870D1E8B949DAF6D3B84E02F5F29@TYCPR01MB5870.jpnprd01.prod.outlook.com1 parenta13db0e commit58e2e6e
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
936 | 936 |
| |
937 | 937 |
| |
938 | 938 |
| |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
939 | 949 |
| |
940 | 950 |
| |
941 | 951 |
| |
|
0 commit comments
Comments
(0)