postgresql/src/backend/bootstrap
Tom Lane f2d70d32eb Functions live in namespaces. Qualified function names work, eg
SELECT schema1.func2(...).  Aggregate names can be qualified at the
syntactic level, but the qualification is ignored for the moment.
2002-04-09 20:35:55 +00:00
..
.cvsignore Add .cvsignore so cvs update doesn't complain about derived 2000-01-17 04:38:49 +00:00
bootparse.y Functions live in namespaces. Qualified function names work, eg 2002-04-09 20:35:55 +00:00
bootscanner.l Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
bootstrap.c pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
Makefile Fix include paths for case of VPATH build. 2002-01-09 00:06:42 +00:00