Hello,

We are working on one project with postgres as engeneer.

Bellow is list of inconveniences that we are having with postgresql. We would like to solve them as possible.

We can't create any schema dump with another (user defined) name. E.g. we dump schema test and we want to save it's dump with test2 name in any format. Those refers to databases dump.

So, no one mechanisms to copy one schema to second one or to make aliases for any database object.

How can we solve them?

Thank you.