npgsql - Npgsql2: Restrict metadata access from the pg_catalog and

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Restrict metadata access from the pg_catalog and
Date: 2008-05-07 03:34:45
Message-ID: 20080507033445.6A2F117AE6B6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Restrict metadata access from the pg_catalog and information_schema schemas. This makes edmgen return only interesting tables. In my samples, these are the tables in public. (Similar for views, columns, keys, etc.)

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlSchema.ssdl (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlSchema.ssdl.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2008-05-07 03:35:23 npgsql - Npgsql2: Check that a defining query has a value before using
Previous Message Bruce Momjian 2008-05-07 02:33:52 pgsql: Have boolean pset values checked against typical boolean values,