Re: Silly Question about varchar(n)

Поиск
Список
Период
Сортировка
От paul butler
Тема Re: Silly Question about varchar(n)
Дата
Msg-id 0eeba2319101d13PCOW034M@blueyonder.co.uk
обсуждение исходный текст
Ответ на Silly Question about varchar(n)  (Derek Clarkson <dhc@bigpond.net.au>)
Список pgsql-novice
From:               Derek Clarkson <dhc@bigpond.net.au>
To:                 pgsql-novice@postgresql.org
Subject:            [NOVICE] Silly Question about varchar(n)
Date sent:          Wed, 29 Jan 2003 17:03:23 +1100


No maximum
(practically, there may be a limit, but I have never exceeded it)
if you use varchar()
otherwise specifed by number, e g varchar(100)
For extra safety and speed use text datatype,
though this may cause odbc hiccups if that is part of your plans
> Hi guys,
>     Whats maximum I can put as the length ? - I can't find it in the doco.
>
> Thanks.
> --
> Derek Clarkson
> Web: http://users/bigpond/net/au/drekka
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

HTH

Paul Butler

В списке pgsql-novice по дате отправления:

Предыдущее
От: "paul butler"
Дата:
Сообщение: Re: Database connection
Следующее
От: "Steve McAllister"
Дата:
Сообщение: Re: Developing a forms based web application