Rules on Views patch for psql - Mailing list pgsql-patches

From ...Paul
Subject Rules on Views patch for psql
Date
Msg-id 20020328111013.B19308-200000@stonewall.fireitup.net
Whole thread Raw
Responses Re: Rules on Views patch for psql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Rules on Views patch for psql  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Uh, hi.

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.

Enjoy.

...Paul

 **        Have a question that reality just can't answer?        **
  ** Visit Project Galactic Guide http://www.galactic-guide.com/ **


Attachment

pgsql-patches by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: pg_dump for domains
Next
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: bison fixes