Thread: Text vs. Varchar talking about performance
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 ? Best regards Chuck |
On Tue, Apr 7, 2009 at 10:23 AM, Charles N. Charotti <ccharotti@yahoo.com> 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.
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@gmail.com> escribió: De: Scott Marlowe <scott.marlowe@gmail.com> |