OK, I will change all varchar to text. If someone complains I will
revert it ASAP.
Oliver
Carlos Villegas wrote:
Oliver Zeigermann wrote:
... and by the way ... also quoting from the link concerning
performance of char, varchar and text
Tip: There are no performance differences between these three types,
apart from the increased storage size when using the blank-padded type.
Why not simply replace all varchar types by text and be fine forever?
Carlos? What do you say? Other Postgres experts?
I agree. I usually use TEXT and don't bother about limits on the
database side. Just like in this case, very often you exceed your limits
and have to change the schema.
Cheers,
Oliver
Carlos Villegas wrote:
Oliver Zeigermann wrote:
This was fixed for *MySQL* only, *Postgres* still needs the fix.
Simple solution would be to increase the maximum size of the
property. Maybe there is something similar to "text" in MySQL in
Postgres as well?
Yes, "TEXT" is supported in PostgreSQL:
http://www.postgresql.org/docs/7.4/interactive/datatype-character.html
Carlos
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]