diff options
| author | Tom Lane | 2005-09-08 20:07:42 +0000 |
|---|---|---|
| committer | Tom Lane | 2005-09-08 20:07:42 +0000 |
| commit | 48123de71792c367313542883f0e9df7d850c994 (patch) | |
| tree | 741725c1242dd2b91aa42937ddb5a884bd826eb5 /src/test | |
| parent | c18cabe8ab1c035b9e10368d7358eaadbf026c4c (diff) | |
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.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/expected/sanity_check.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/regress/expected/sanity_check.out b/src/test/regress/expected/sanity_check.out index a6210a1705..250de98595 100644 --- a/src/test/regress/expected/sanity_check.out +++ b/src/test/regress/expected/sanity_check.out @@ -55,6 +55,7 @@ SELECT relname, relhasindex pg_namespace | t pg_opclass | t pg_operator | t + pg_pltemplate | t pg_proc | t pg_rewrite | t pg_shdepend | t @@ -67,7 +68,7 @@ SELECT relname, relhasindex shighway | t tenk1 | t tenk2 | t -(57 rows) +(58 rows) -- -- another sanity check: every system catalog that has OIDs should have |
