mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 12:02:30 +03:00
Create the pg_namespace system catalog. Doesn't do much yet, but it's
there and CREATE SCHEMA will make entries in it...
This commit is contained in:
@@ -45,6 +45,7 @@ SELECT relname, relhasindex
|
||||
pg_inherits | t
|
||||
pg_language | t
|
||||
pg_largeobject | t
|
||||
pg_namespace | t
|
||||
pg_opclass | t
|
||||
pg_operator | t
|
||||
pg_proc | t
|
||||
@@ -59,5 +60,5 @@ SELECT relname, relhasindex
|
||||
shighway | t
|
||||
tenk1 | t
|
||||
tenk2 | t
|
||||
(49 rows)
|
||||
(50 rows)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user