pgsql: Code review for CREATE OR REPLACE VIEW patch.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for CREATE OR REPLACE VIEW patch.
Date: 2008-12-15 21:35:31
Message-ID: 20081215213531.47D857563FE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to
result in hopefully-less-confusing error messages when the new definition
isn't compatible with the old; minor other cleanup.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
create_view.sgml (r1.38 -> r1.39)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_view.sgml?r1=1.38&r2=1.39)
pgsql/src/backend/commands:
tablecmds.c (r1.273 -> r1.274)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.273&r2=1.274)
view.c (r1.108 -> r1.109)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/view.c?r1=1.108&r2=1.109)
pgsql/src/test/regress/expected:
create_view.out (r1.14 -> r1.15)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/create_view.out?r1=1.14&r2=1.15)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-12-15 21:39:25 pgsql: Add comment about GNUWin32's cp not having the file system
Previous Message Bruce Momjian 2008-12-15 21:11:54 pgsql: Add missing 'break' in Win32 switch statement, reported by Martin