Re: porque el text

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: MIGUEL CANCHAS <mcanchas(at)tsr(dot)com(dot)pe>
Cc: "'Marcos Saldivar'" <baron(dot)rojo(dot)cuerdas(dot)de(dot)acero(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: porque el text
Date: 2008-04-09 16:05:44
Message-ID: 20080409160544.GH5233@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

MIGUEL CANCHAS escribió:

> Mi pregunta fue : por que cuando se hace la union :
>
> (((orden_trabajo2.idcolor)::text = (mcolores.idcolor)::text)))
>
> por que sale el "text"

Porque el operador = es el de text, y no hay ningun operador = de
varchar. No tiene ninguna influencia en el rendimiento.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Richard Clark 2008-04-09 16:26:34 PROBLEMA CON EL GMAKE
Previous Message MIGUEL CANCHAS 2008-04-09 16:03:36 RE: porque el text