postgresql/src/pl
Tom Lane 1dbf8aa7a8 pg_class has a relnamespace column. You can create and access tables
in schemas other than the system namespace; however, there's no search
path yet, and not all operations work yet on tables outside the system
namespace.
2002-03-26 19:17:02 +00:00
..
plperl Add new elog() levels to stored procedure languages. plperl DEBUG hack 2002-03-06 18:50:33 +00:00
plpgsql pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
plpython Add new elog() levels to stored procedure languages. plperl DEBUG hack 2002-03-06 18:50:33 +00:00
tcl Add new elog() levels to stored procedure languages. plperl DEBUG hack 2002-03-06 18:50:33 +00:00
Makefile Turn on plpython build by default if we have something that looks like a 2001-08-27 00:29:49 +00:00