Re: data type to store a lot of text and tables of data

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: data type to store a lot of text and tables of data
Дата
Msg-id 4BAA8A3A.2060403@iol.ie
обсуждение исходный текст
Ответ на data type to store a lot of text and tables of data  (Karina Guardado <kguardado@gmail.com>)
Ответы Re: data type to store a lot of text and tables of data  (Karina Guardado <kguardado@gmail.com>)
Список pgsql-general
On 24/03/2010 21:48, Karina Guardado wrote:
> Hi,
>
> Is there a special data type to use to store a lot of text and tables of
> data in a column or attribute?

For large amounts of text, just use the TEXT data type:

    http://www.postgresql.org/docs/8.4/static/datatype-character.html

Not sure what you mean by "tables of data".

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

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

Предыдущее
От: Szymon Guz
Дата:
Сообщение: Re: data type to store a lot of text and tables of data
Следующее
От: Karina Guardado
Дата:
Сообщение: Re: data type to store a lot of text and tables of data