On Fri, Jul 29, 2011 at 1:49 PM, Tom Lane <[email protected]> wrote: > It would likely be better to not expose the struct type, just individual > lookup functions.
I'm not sure about that... I think that's just going to introduce a lot of excess notation. >> And, a translation from ObjectType to type name (e.g "table", "type", ...) >> is helpful to generate error messages. > >> const char *get_object_type_name(ObjectType objtype); > > Again, I think this is too low level because of message translation > considerations. On this point I agree. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
