1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.

This commit is contained in:
Bruce Momjian
2001-01-24 19:43:33 +00:00
parent ae22682f2a
commit 623bf843d2
617 changed files with 1408 additions and 1230 deletions

View File

@@ -3,12 +3,12 @@
* database.c
* miscellaneous initialization support stuff
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.42 2001/01/14 22:21:05 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.43 2001/01/24 19:43:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -35,13 +35,13 @@
#hostname_lookup = false
#show_source_port = false
#unix_socket_directory = ""
#unix_socket_group = ""
#unix_socket_directory = ''
#unix_socket_group = ''
#unix_socket_permissions = 0777
#virtual_host = ""
#virtual_host = ''
#krb_server_keyfile = ""
#krb_server_keyfile = ''
#
@@ -139,8 +139,8 @@
#
#ifdef ENABLE_SYSLOG
#syslog = 0 # range 0-2
#syslog_facility = "LOCAL0"
#syslog_ident = "postgres"
#syslog_facility = 'LOCAL0'
#syslog_ident = 'postgres'
#endif

View File

@@ -4,12 +4,12 @@
*
* The superuser() function. Determines if user has superuser privilege.
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.16 2000/11/16 22:30:40 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.17 2001/01/24 19:43:16 momjian Exp $
*
* DESCRIPTION
* See superuser().