File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.126 1998/01/17 04:53:32 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.127 1998/01/22 18:50:22 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -493,7 +493,7 @@ rightsList(PsqlSettings *pset)
493
493
listbuf [0 ] = '\0' ;
494
494
strcat (listbuf , "SELECT relname, relacl " );
495
495
strcat (listbuf , "FROM pg_class, pg_user " );
496
- strcat (listbuf , "WHERE ( relkind = 'r' OR relkind = 'i') " );
496
+ strcat (listbuf , "WHERE ( relkind = 'r' OR relkind = 'i' OR relkind = 'S' ) " );
497
497
strcat (listbuf , " and relname !~ '^pg_'" );
498
498
strcat (listbuf , " and relname !~ '^xin[vx][0-9]+'" );
499
499
strcat (listbuf , " and usesysid = relowner" );
You can’t perform that action at this time.
0 commit comments