dear comrades,
I use code belows for dump a specific schema, before dumped it has 4 views on those schema.
# pg_dump -U username -h host -n schema_name > some_schema.dump
Then I restore it with psql tools
# \i /path/to/mydump/some_schema.dump
After psql finish his restore process , i just only got 3 views, i have no idea where the 1 views go. i use postgresql 8.3 on ubuntu karmic.
Thanks in advance for any answer. -regards-