Thank you very much Scott. I got a pretty good explanation here. http://www.postgresql.org/docs/8.3/static/datatype-character.html
Have a good day.
Chuck
--- El mar, 7/4/09, Scott Marlowe <scott.marlowe@xxxxxxxxx> escribió:
De: Scott Marlowe <scott.marlowe@xxxxxxxxx> Asunto: Re: Text vs. Varchar talking about performance Para: ccharotti@xxxxxxxxx CC: pgsql-admin@xxxxxxxxxxxxxx, "Claudio Lezcano" <claudiogmi@xxxxxxxxx>, "Fernando Araya" <faraya@xxxxxxxxxxxxx>, "Fernando Araya" <faal.28@xxxxxxxxx> Fecha: martes, 7 abril, 2009 12:43
On Tue, Apr 7, 2009 at 10:23 AM, Charles N. Charotti <ccharotti@xxxxxxxxx> wrote: > Hi everybody, > > I'm just
wondering what implementation is better in terms of performance > specially in the actual parameter passing between functions when using > PL/pgSQL, Text parameters or Varchar ones ?
They are the same.
|