Dunno why this got committed with DOS newlines, but fix that, and

add a header comment/copyright notice.
This commit is contained in:
Tom Lane 2003-11-13 22:13:39 +00:00
parent c7bfc7df0a
commit 01e62da191

View File

@ -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
SELECT
@ -266,5 +271,3 @@ CREATE RULE pg_settings_u AS
CREATE RULE pg_settings_n AS
ON UPDATE TO pg_settings
DO INSTEAD NOTHING;