Dunno why this got committed with DOS newlines, but fix that, and
add a header comment/copyright notice.
This commit is contained in:
parent
c7bfc7df0a
commit
01e62da191
@ -1,5 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* PostgreSQL System Views
|
||||||
|
*
|
||||||
|
* Copyright 1996-2003, PostgreSQL Global Development Group
|
||||||
|
*
|
||||||
|
* $Id: system_views.sql,v 1.2 2003/11/13 22:13:39 tgl Exp $
|
||||||
|
*/
|
||||||
|
|
||||||
CREATE VIEW pg_user AS
|
CREATE VIEW pg_user AS
|
||||||
SELECT
|
SELECT
|
||||||
@ -266,5 +271,3 @@ CREATE RULE pg_settings_u AS
|
|||||||
CREATE RULE pg_settings_n AS
|
CREATE RULE pg_settings_n AS
|
||||||
ON UPDATE TO pg_settings
|
ON UPDATE TO pg_settings
|
||||||
DO INSTEAD NOTHING;
|
DO INSTEAD NOTHING;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user