I was tinkering with creating rules on views (so, for instance, one could
authorBruce Momjian <bruce@momjian.us>
Fri, 5 Apr 2002 11:52:38 +0000 (11:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 5 Apr 2002 11:52:38 +0000 (11:52 +0000)
commitaab0b8f5eb6d1ad9ea09cc59bfe75e4e4d15718c
treeac38e94dd87e7877876340998a28c58b98527bd9
parent9f2076591953a57e105b5fff133f00e5d14efc73
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 rules
set up on a view, like it does for tables.

The fix was extremely simple, so I figured I'd share it.  Not sure what
the standard is for communicating these things, so I've attached the diff
file for /src/bin/psql/describe.c.

Paul (?)
src/bin/psql/describe.c