Обсуждение: Bug in pg_dump -c with casts

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

Bug in pg_dump -c with casts

От
Christopher Kings-Lynne
Дата:
Hi,

Playing around with this MySQL compatibility library, I noticed that 
pg_dump -c does not emit DROP commands for casts.  Seems like a bug...?

Chris



Re: Bug in pg_dump -c with casts

От
Christopher Kings-Lynne
Дата:
Actually, scratch that - I'm wrong... It appeared separately from the 
other DROP commands...

Chris

Christopher Kings-Lynne wrote:
> Hi,
> 
> Playing around with this MySQL compatibility library, I noticed that 
> pg_dump -c does not emit DROP commands for casts.  Seems like a bug...?
> 
> Chris
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>       choose an index scan if your joining column's datatypes do not
>       match