| From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/bin/psql describe.c |
| Date: | 2002-04-05 11:52:40 |
| Message-ID: | 20020405115240.94D55475957@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/04/05 06:52:39
Modified files:
src/bin/psql : describe.c
Log message:
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 (?)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2002-04-05 11:56:56 | pgsql/src backend/nodes/copyfuncs.c backend/no ... |
| Previous Message | Bruce Momjian - CVS | 2002-04-05 11:51:15 | pgsql/src/bin/pg_dump pg_dump.c pg_dump.h |