Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query
Дата
Msg-id 4A94FF76020000250002A252@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query  (Jean-Michel Pouré <jm@poure.com>)
Список pgsql-hackers
Jean-Michel Pouré<jm@poure.com> wrote:
>Le mercredi 26 août 2009 à 10:07 -0400, Andrew Dunstan a écrit :
>> 
>> Isn't that cast effectively a no-op?
> 
> What is no-op 
It's short for "no operation" -- meaning it doesn't really result in
anything being done.  You are probably way off base in your
assumptions about why these queries aren't running faster, but have
not provided enough information to determine the actual reason.
-Kevin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jean-Michel Pouré
Дата:
Сообщение: Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query