Empty system tables - Mailing list pgsql-hackers

From darcy@druid.net ("D'Arcy" "J.M." Cain)
Subject Empty system tables
Date
Msg-id m10kp0r-0000bIC@druid.net
Whole thread Raw
Responses Re: [HACKERS] Empty system tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
While looking for tables related to default ops I came across the following
tables that are not mentioned in the programmer docs system catalogues
section and are (in my database anyway) empty.  Perhaps someone who is
closer to the catalogues can confirm that these are still used.  If so,
perhaps we can update the docs to describe them.
 pg_inheritproc pg_listener pg_relcheck

The following tables are used but are not listed in the docs with the
rest.  How about a short description of each?  Maybe even add some to
the diagram.
 pg_attrdef pg_description pg_inherits pg_ipl pg_rewrite pg_shadow pg_statistic pg_trigger

I'm still trying to figure out why I get that fmgr error when I use my
user defined type in a where clause.  Can anyone point me to the tables
that I need to modify?  Here is what I have modified so far.
 pg_opclass pg_amop pg_amproc pg_description

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Broken select on regular expression !!!
Next
From: Oleg Bartunov
Date:
Subject: [HACKERS] 6.5 cvs: views doesn't survives after pg_dump (fwd)