forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2d46017
committed
psql: Fix display of whether table is part of publication
If a FOR ALL TABLES publication was present, \d of a table would claimfor each table that it was part of the publication, even for tables thatare ignored for this purpose, such as system tables and unlogged tables.Fix the query by using the function pg_get_publication_tables(), whichwas intended for this purpose.Reported-by: tushar <tushar.ahuja@enterprisedb.com>Reviewed-by: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>Reviewed-by: Kuntal Ghosh <kuntalghosh.2007@gmail.com>1 parentf112f17 commit2d46017
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2537 | 2537 |
| |
2538 | 2538 |
| |
2539 | 2539 |
| |
2540 |
| - | |
2541 |
| - | |
2542 |
| - | |
2543 |
| - | |
| 2540 | + | |
| 2541 | + | |
| 2542 | + | |
2544 | 2543 |
| |
2545 | 2544 |
| |
2546 | 2545 |
| |
|
0 commit comments
Comments
(0)