forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitee79a54
committed
doc: Add note about the server name of postgres_fdw_get_connections() returns.
Previously the document didn't mention the case wherepostgres_fdw_get_connections() returns NULL in server_name column.Users might be confused about why NULL was returned.This commit adds the note that, in postgres_fdw_get_connections(),the server name of an invalid connection will be NULL if the server is dropped.Suggested-by: Zhijie HouAuthor: Bharath RupireddyReviewed-by: Zhijie Hou, Fujii MasaoDiscussion:https://postgr.es/m/e7ddd14e96444fce88e47a709c196537@G08CNEXMBPEKD05.g08.fujitsu.local1 parented43677 commitee79a54
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
496 |
| - | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
497 | 499 |
| |
498 | 500 |
| |
499 | 501 |
| |
|
0 commit comments
Comments
(0)