pgsql: sepgsql DROP support.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: sepgsql DROP support.
Date: 2012-03-09 20:19:03
Message-ID: E1S66HH-0004Ek-9C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

sepgsql DROP support.

KaiGai Kohei

Branch
------
master

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

Modified Files
--------------
contrib/sepgsql/database.c | 27 ++++++
contrib/sepgsql/expected/create.out | 80 -----------------
contrib/sepgsql/expected/ddl.out | 164 +++++++++++++++++++++++++++++++++++
contrib/sepgsql/hooks.c | 46 +++++++++-
contrib/sepgsql/proc.c | 42 +++++++++
contrib/sepgsql/relation.c | 119 +++++++++++++++++++++++++
contrib/sepgsql/schema.c | 27 ++++++
contrib/sepgsql/sepgsql.h | 5 +
contrib/sepgsql/sql/create.sql | 46 ----------
contrib/sepgsql/sql/ddl.sql | 81 +++++++++++++++++
contrib/sepgsql/test_sepgsql | 2 +-
doc/src/sgml/sepgsql.sgml | 14 +++
12 files changed, 524 insertions(+), 129 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-03-10 18:20:29 pgsql: Add support for renaming constraints
Previous Message Robert Haas 2012-03-09 19:40:34 pgsql: Extend object access hook framework to support arguments, and DR