Create the pg_pltemplate system catalog to hold template information
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Sep 2005 20:07:42 +0000 (20:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Sep 2005 20:07:42 +0000 (20:07 +0000)
commit48123de71792c367313542883f0e9df7d850c994
tree741725c1242dd2b91aa42937ddb5a884bd826eb5
parentc18cabe8ab1c035b9e10368d7358eaadbf026c4c
Create the pg_pltemplate system catalog to hold template information
for procedural languages.  This replaces the hard-wired table I had
originally proposed as a stopgap solution.  For the moment, the initial
contents only include languages shipped with the core distribution.
doc/src/sgml/catalogs.sgml
doc/src/sgml/ref/create_language.sgml
doc/src/sgml/ref/createlang.sgml
src/backend/catalog/Makefile
src/backend/commands/functioncmds.c
src/backend/commands/proclang.c
src/include/catalog/catversion.h
src/include/catalog/indexing.h
src/include/catalog/pg_pltemplate.h [new file with mode: 0644]
src/include/commands/proclang.h
src/test/regress/expected/sanity_check.out