From 9027c6f244351e04d1b07d8ef2ddcbe5006cadc1 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 30 Mar 2011 16:58:05 +0000 Subject: add rt tables to pg-readonly, RT#10536 --- bin/pg-readonly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/pg-readonly b/bin/pg-readonly index 091174cff..b5cde4d6e 100644 --- a/bin/pg-readonly +++ b/bin/pg-readonly @@ -47,7 +47,7 @@ Attributes sessions ); -foreach my $rt_table ( @rt_tables ) { +foreach my $table ( @rt_tables ) { $dbh->do("GRANT SELECT ON $table TO $rouser"); $dbh->commit(); $dbh->do("GRANT SELECT ON ${table}_id_seq TO $rouser"); -- cgit v1.2.1