From 3f372ee6b3d8a92921d6f81fd64918189f55f987 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Jun 1998 04:27:18 +0000 Subject: > I needed to do that for the web database that I'm setting up. We have > 20000 users and each (potentially) needs a separate database which is > only accessible to them. Rather than having 20000 lines in pg_hba.conf, > I've patched Postgres so that the special token "sameuser" in the > database field of pg_hba.conf allows access only to the username which > is connecting. --- src/backend/parser/gram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/parser') diff --git a/src/backend/parser/gram.c b/src/backend/parser/gram.c index 78828cd74b2..919454de1af 100644 --- a/src/backend/parser/gram.c +++ b/src/backend/parser/gram.c @@ -218,7 +218,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.11 1998/05/12 17:46:46 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.12 1998/06/13 04:27:15 momjian Exp $ * * HISTORY * AUTHOR DATE MAJOR EVENT -- cgit v1.2.3