Обсуждение: Re[4]: [HACKERS] Database Restore with 6.1 fails (Name -

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

Re[4]: [HACKERS] Database Restore with 6.1 fails (Name -

От
"Leo Shuster"
Дата:
>It automatically lowercases all identifiers.  What do you want it to do?
    That was exactly what I wanted it to do...

>Auto-rename uppercase table names that conflict with already-existing
>lowercase names?
    Is there a way to check for conflicting table names?
    If there are any, users could be prompted for alternative names.
    Otherwise, you could simply convert the table names to
    lowercase as well.

    Or does it already do that?  (As you can see, I have not had the
guts yet to migrate myself...)

Leo

------------------------------

Re: Re[4]: [HACKERS] Database Restore with 6.1 fails (Name -

От
Bruce Momjian
Дата:
>
>
> >It automatically lowercases all identifiers.  What do you want it to do?
>     That was exactly what I wanted it to do...
>
> >Auto-rename uppercase table names that conflict with already-existing
> >lowercase names?
>     Is there a way to check for conflicting table names?
>     If there are any, users could be prompted for alternative names.
>     Otherwise, you could simply convert the table names to
>     lowercase as well.

No, it does not do that.  It would be a nice feature, but hardly worth
the effort to program at this point.

>
>     Or does it already do that?  (As you can see, I have not had the
> guts yet to migrate myself...)
>
> Leo
>
>
>
>


- --
Bruce Momjian
maillist@candle.pha.pa.us

------------------------------