1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Back out has_table_privilege patch.

This commit is contained in:
Bruce Momjian
2001-06-12 16:34:27 +00:00
parent 3c3ff4288d
commit 76e9ad1f55
7 changed files with 6 additions and 826 deletions

View File

@ -62,7 +62,6 @@ ignore: random
test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index
test: privileges
test: has_table_priv
test: misc
# ----------

View File

@ -1,4 +1,4 @@
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.5 2001/06/12 15:58:34 momjian Exp $
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.6 2001/06/12 16:34:27 momjian Exp $
# This should probably be in an order similar to parallel_schedule.
test: boolean
test: char
@ -69,7 +69,6 @@ test: arrays
test: btree_index
test: hash_index
test: privileges
test: has_table_priv
test: misc
test: select_views
test: alter_table