From e7b3349a8ad7afaad565c573fbd65fb46af6abbe Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 28 Jan 2010 23:21:13 +0000 Subject: Type table feature This adds the CREATE TABLE name OF type command, per SQL standard. --- src/backend/bootstrap/bootparse.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/bootstrap') diff --git a/src/backend/bootstrap/bootparse.y b/src/backend/bootstrap/bootparse.y index f2155c1b64a..a6c1243b958 100644 --- a/src/backend/bootstrap/bootparse.y +++ b/src/backend/bootstrap/bootparse.y @@ -9,7 +9,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/bootstrap/bootparse.y,v 1.103 2010/01/02 16:57:36 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/bootstrap/bootparse.y,v 1.104 2010/01/28 23:21:11 petere Exp $ * *------------------------------------------------------------------------- */ @@ -217,6 +217,7 @@ Boot_CreateStmt: $5 ? GLOBALTABLESPACE_OID : 0, $3, $7, + InvalidOid, BOOTSTRAP_SUPERUSERID, tupdesc, NIL, -- cgit v1.2.3