Обсуждение: Bug #912: pg_restore cannot restore individual rule from custom dump

Поиск
Список
Период
Сортировка

Bug #912: pg_restore cannot restore individual rule from custom dump

От
pgsql-bugs@postgresql.org
Дата:
Joseph Tate (jtate@mi-corporation.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
pg_restore cannot restore individual rule from custom dump

Long Description
pg_restore can restore individual triggers and tables, but cannot restore individual rules.  I tried using the -T
option,but it did not restore the rule.  Output:
 
$ pg_restore -h localhost -U webuser -s -T au_u_session_data -S postgresql -vd CUST_4 4-1047690019
pg_restore: connecting to database for restore
pg_restore: implied data-only restore

The rule is not restored.  I looked through the documentation upto and including 7.4-devel but saw no other references
torestoring rules. 

Sample Code


No file was uploaded with this report