forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit421a2c4
committed
Tie loose ends in psql's new \dP command
* Remove one unnecessary pg_class join in SQL command. Not needed, because we use a regclass cast instead.* Doc: refer to "partitioned relations" rather than specifically tables, since indexes are also displayed.* Rename "On table" column to "Table", for consistency with \di.Author: Justin PryzbyDiscussion:https://postgr.es/m/20190407212525.GB10080@telsasoft.com1 parentb036982 commit421a2c4
File tree
3 files changed
+15
-16
lines changed- doc/src/sgml/ref
- src
- bin/psql
- test/regress/expected
3 files changed
+15
-16
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1675 | 1675 |
| |
1676 | 1676 |
| |
1677 | 1677 |
| |
1678 |
| - | |
| 1678 | + | |
1679 | 1679 |
| |
1680 | 1680 |
| |
1681 | 1681 |
| |
1682 | 1682 |
| |
1683 | 1683 |
| |
1684 |
| - | |
1685 |
| - | |
1686 |
| - | |
| 1684 | + | |
| 1685 | + | |
| 1686 | + | |
1687 | 1687 |
| |
1688 | 1688 |
| |
1689 | 1689 |
| |
|
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3861 | 3861 |
| |
3862 | 3862 |
| |
3863 | 3863 |
| |
3864 |
| - | |
| 3864 | + | |
3865 | 3865 |
| |
3866 | 3866 |
| |
3867 | 3867 |
| |
3868 | 3868 |
| |
3869 | 3869 |
| |
3870 |
| - | |
| 3870 | + | |
3871 | 3871 |
| |
3872 | 3872 |
| |
3873 | 3873 |
| |
| |||
3902 | 3902 |
| |
3903 | 3903 |
| |
3904 | 3904 |
| |
3905 |
| - | |
3906 |
| - | |
| 3905 | + | |
3907 | 3906 |
| |
3908 | 3907 |
| |
3909 | 3908 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4615 | 4615 |
| |
4616 | 4616 |
| |
4617 | 4617 |
| |
4618 |
| - | |
| 4618 | + | |
4619 | 4619 |
| |
4620 | 4620 |
| |
4621 | 4621 |
| |
| |||
4630 | 4630 |
| |
4631 | 4631 |
| |
4632 | 4632 |
| |
4633 |
| - | |
| 4633 | + | |
4634 | 4634 |
| |
4635 | 4635 |
| |
4636 | 4636 |
| |
| |||
4665 | 4665 |
| |
4666 | 4666 |
| |
4667 | 4667 |
| |
4668 |
| - | |
| 4668 | + | |
4669 | 4669 |
| |
4670 | 4670 |
| |
4671 | 4671 |
| |
4672 | 4672 |
| |
4673 | 4673 |
| |
4674 | 4674 |
| |
4675 |
| - | |
| 4675 | + | |
4676 | 4676 |
| |
4677 | 4677 |
| |
4678 | 4678 |
| |
| |||
4682 | 4682 |
| |
4683 | 4683 |
| |
4684 | 4684 |
| |
4685 |
| - | |
| 4685 | + | |
4686 | 4686 |
| |
4687 | 4687 |
| |
4688 | 4688 |
| |
| |||
4698 | 4698 |
| |
4699 | 4699 |
| |
4700 | 4700 |
| |
4701 |
| - | |
| 4701 | + | |
4702 | 4702 |
| |
4703 | 4703 |
| |
4704 | 4704 |
| |
4705 | 4705 |
| |
4706 | 4706 |
| |
4707 | 4707 |
| |
4708 | 4708 |
| |
4709 |
| - | |
| 4709 | + | |
4710 | 4710 |
| |
4711 | 4711 |
| |
4712 | 4712 |
| |
| |||
4716 | 4716 |
| |
4717 | 4717 |
| |
4718 | 4718 |
| |
4719 |
| - | |
| 4719 | + | |
4720 | 4720 |
| |
4721 | 4721 |
| |
4722 | 4722 |
| |
|
0 commit comments
Comments
(0)