> can you please provide me the link for the same.
> thanks
The faq is under the documentation link of the PostgreSQL homepage.
http://www.postgresql.org/docs/faq/
---(end of broadcast)---
TIP 4: Have you searched our list archives?
> Just wanted to know how would it make a difference if i use text datatype
> instead of varchar.
Taken from:
http://www.postgresql.org/docs/8.1/interactive/datatype-character.html
"
If character varying is used without length specifier, the type accepts strings
of any size. The
latter is a Pos
can you please provide me the link for the same.thanksOn 10/16/06, Bruce Momjian <[EMAIL PROTECTED]> wrote:
Harpreet Dhaliwal wrote:> Hi,> Just wanted to know how would it make a difference if i use text datatype
> instead of varchar.See FAQ item.-- Bruce Momjian [EMAIL PROTECTED] EnterpriseDB
Harpreet Dhaliwal wrote:
> Hi,
> Just wanted to know how would it make a difference if i use text datatype
> instead of varchar.
See FAQ item.
--
Bruce Momjian [EMAIL PROTECTED]
EnterpriseDBhttp://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
---
Hi,Just wanted to know how would it make a difference if i use text datatype instead of varchar.Thanks,~Harpreet