forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit387e059
committed
docs: Improve pg_settings_get_flags docs.
In the docs, the GUC flags that pg_settings_get_flags() reported werelisted using <simplelist>. But the list was treated as separate linesin the existing function table and didn't look good. For better view,this commit separates the list from the table entry forpg_settings_get_flags() and adds the table for it at the bottom ofthe existing function table.Author: Fujii MasaoReviewed-by: Alvaro Herrera, Michael PaquierDiscussion:https://postgr.es/m/f093edf9-6e5a-b119-ee50-6a2c97c79ee8@oss.nttdata.comBack-patch off2d0c7f into v15.Discussion:https://postgr.es/m/20221103123320.GQ16921@telsasoft.com1 parentc301e1c commit387e059
1 file changed
+42
-22
lines changedLines changed: 42 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23915 | 23915 |
| |
23916 | 23916 |
| |
23917 | 23917 |
| |
23918 |
| - | |
23919 |
| - | |
23920 |
| - | |
23921 |
| - | |
23922 |
| - | |
23923 |
| - | |
23924 |
| - | |
23925 |
| - | |
23926 |
| - | |
23927 |
| - | |
23928 |
| - | |
23929 |
| - | |
23930 |
| - | |
23931 |
| - | |
23932 |
| - | |
23933 |
| - | |
23934 |
| - | |
23935 |
| - | |
23936 |
| - | |
23937 |
| - | |
23938 |
| - | |
23939 |
| - | |
| 23918 | + | |
| 23919 | + | |
23940 | 23920 |
| |
23941 | 23921 |
| |
23942 | 23922 |
| |
| |||
24344 | 24324 |
| |
24345 | 24325 |
| |
24346 | 24326 |
| |
| 24327 | + | |
| 24328 | + | |
| 24329 | + | |
| 24330 | + | |
| 24331 | + | |
| 24332 | + | |
| 24333 | + | |
| 24334 | + | |
| 24335 | + | |
| 24336 | + | |
| 24337 | + | |
| 24338 | + | |
| 24339 | + | |
| 24340 | + | |
| 24341 | + | |
| 24342 | + | |
| 24343 | + | |
| 24344 | + | |
| 24345 | + | |
| 24346 | + | |
| 24347 | + | |
| 24348 | + | |
| 24349 | + | |
| 24350 | + | |
| 24351 | + | |
| 24352 | + | |
| 24353 | + | |
| 24354 | + | |
| 24355 | + | |
| 24356 | + | |
| 24357 | + | |
| 24358 | + | |
| 24359 | + | |
| 24360 | + | |
| 24361 | + | |
| 24362 | + | |
| 24363 | + | |
| 24364 | + | |
| 24365 | + | |
| 24366 | + | |
24347 | 24367 |
| |
24348 | 24368 |
| |
24349 | 24369 |
| |
|
0 commit comments
Comments
(0)