Re: Text type versus Varchar(n)

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Text type versus Varchar(n)
Дата
Msg-id 20050209074017.GB88890@winnie.fuhr.org
обсуждение исходный текст
Ответ на Text type versus Varchar(n)  ("Kevin Crenshaw" <kcrenshaw@tiewireinc.com>)
Список pgsql-novice
On Tue, Feb 08, 2005 at 11:09:09PM -0500, Kevin Crenshaw wrote:
>
> I have just set up my first Postgresql database and I was wondering if
> it is more efficient to use the Text data type or the Varchar(n) data
> type.

The FAQ and documentation discuss the similarities and differences
between the character types:

http://www.postgresql.org/files/documentation/faqs/FAQ.html#4.10
http://www.postgresql.org/docs/8.0/static/datatype-character.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: table name as function argument?
Следующее
От: "Rajan Bhide"
Дата:
Сообщение: Finding column using SQL query.