Add routines in namespace.c to determine whether objects are visible

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0041a3d72f155a1143e79a63a7fd297139c29882
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-05-01T23:06:41Z
Releases: 7.3.1
Add routines in namespace.c to determine whether objects are visible
in the search path.  (We might want to make these available as SQL
functions too, but I haven't done that yet.)  Fix format_type to be
schema-aware.

Files