pgsql: Regression tests for SCHEMA commands

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Regression tests for SCHEMA commands
Date: 2013-12-11 20:45:49
Message-ID: E1VqqfF-0001Y2-6p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Regression tests for SCHEMA commands

Hari Babu Kommi reviewed by David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cf589c9c1f5f7f89018684b763d74d7b02a2504b

Modified Files
--------------
src/test/regress/expected/namespace.out | 26 +++++++++++++++++---------
src/test/regress/expected/privileges.out | 28 ++++++++++++++++++++++++++++
src/test/regress/sql/namespace.sql | 14 +++++++++-----
src/test/regress/sql/privileges.sql | 27 +++++++++++++++++++++++++++
4 files changed, 81 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-12-11 22:23:03 pgsql: Add a regression test case for plpython function returning setof
Previous Message Tom Lane 2013-12-11 20:09:28 pgsql: Tweak placement of explicit ANALYZE commands in the regression t