Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query
Date
Msg-id 4A94FF76020000250002A252@gw.wicourts.gov
Whole thread Raw
In response to Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query  (Jean-Michel Pouré <jm@poure.com>)
List 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 by date:

Previous
From: Jean-Michel Pouré
Date:
Subject: Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query
Next
From: Alvaro Herrera
Date:
Subject: Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query