Create the pg_pltemplate system catalog to hold template information

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

Commit: 48123de71792c367313542883f0e9df7d850c994
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-09-08T20:07:42Z
Releases: 8.1.0
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.

Files