From: pgsql-general-owner@xxxxxxxxxxxxxx [mailto:pgsql-general-owner@xxxxxxxxxxxxxx]
On Behalf Of Melvin Davidson "seriously flawed" is a bit of a stretch. Most sane developers would not have schema names of one letter.
They usually name a schema something practical, which totally avoids your nit picky exception. However, if you are that concerned about the "serious flaw", you have the option of using the method
of dumping the schema, editing the dump and reloading. Or, I invite you to use your great skills and
write a better method. On Fri, Sep 11, 2015 at 4:06 PM, Daniel Verite <daniel@xxxxxxxxxxxxxxxx> wrote:
It does not have to be one-letter schema name. Consider the following: Schema called “vector” has a table called “vector_config” referenced in some function. Now, what happens if schema “vector” is copied into some destination schema using your script? Melvin, you needn’t consider every critique of your script to be a personal attack on you. Regards, Igor Neyman |