forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit26f36fe
committed
Doc: avoid using pg_get_publication_tables() in an example.
pg_get_publication_tables() is undocumented because it's only meantas infrastructure for the pg_publication_tables system view.That being the case, we should use the view not the bare functionin this sample query.Shi YuDiscussion:https://postgr.es/m/OSZPR01MB63107E83D07FEDEEABD83A23FD949@OSZPR01MB6310.jpnprd01.prod.outlook.com1 parent6ff2e8c commit26f36fe
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
499 |
| - | |
500 |
| - | |
501 |
| - | |
502 |
| - | |
503 |
| - | |
504 |
| - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
505 | 507 |
| |
506 | 508 |
| |
507 | 509 |
| |
|
0 commit comments
Comments
(0)