forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaab0b8f
committed
I was tinkering with creating rules on views (so, for instance, one could
insert on a view), and noticed that psql wouldn't show the list of rulesset up on a view, like it does for tables.The fix was extremely simple, so I figured I'd share it. Not sure whatthe standard is for communicating these things, so I've attached the difffile for /src/bin/psql/describe.c.Paul (?)1 parent9f20765 commitaab0b8f
1 file changed
+44
-5
lines changedLines changed: 44 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
695 | 715 |
| |
696 |
| - | |
697 |
| - | |
698 |
| - | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
699 | 719 |
| |
700 |
| - | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
701 | 740 |
| |
702 | 741 |
| |
703 | 742 |
| |
|
0 commit comments
Comments
(0)