"David G. Johnston" <david.g.johns...@gmail.com> writes: > I don't find the --objectype-only option to be desirable. psql > --tables-only --functions-only just seems odd, no longer are they "only". > I would go with --function-all (and maybe --function-system and > --function-user) if going down this path but the wildcard feature can > handle this just fine and we want that feature anyway.
Agreed. "--function=*" is more general than "--function-only", and shorter too, so what's not to like? > Except succinctly > omitting system objects which should get its own general option. pg_dump never dumps system objects, so I don't see a need for a switch to tell it not to. regards, tom lane