Re: How to simulate MEMO data type?Thanks!

Поиск
Список
Период
Сортировка
От Christof Glaser
Тема Re: How to simulate MEMO data type?Thanks!
Дата
Msg-id 01041519240002.00850@pinguin
обсуждение исходный текст
Ответ на How to simulate MEMO data type?Thanks!  (Maurizio Ortolan <crix98__@tin.it>)
Список pgsql-sql
On Sunday, 15. April 2001 19:18, Maurizio Ortolan wrote:
> Hello!
>
> I'm porting a database from MS Access
> to PostgreSQL.

Fine. Did you try the Access97-to-Postgres-7.1-Conversion Tool?
Click here: http://www.sevainc.com/Access

> How can I simulate in pgsql the 'MEMO'
> (up to 65000 chars) data type, which
> is often used in Access ?

No need to simulate: just use type TEXT.

> Where can I find an easy example?

Browse the documentation:
http://www.postgresql.org/users-lounge/

or read The Book:
http://www.postgresql.org/docs/awbook.html

> I don't' know if it's important, but
> I'm using Linux,Apache,Javascript &
> PHP.
> ^^^

http://www.php.net

Hope that helps,

Christof
--
          gl.aser . software engineering . internet service
       http://gl.aser.de/  . Planckstraße 7 . D-39104 Magdeburg
Tel. +49.391.7 44 77 10 . Fax +49.391.7 44 77 13 . Mobil 0177.77 92 84 3

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

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: How to simulate MEMO data type?Thanks!
Следующее
От: Nelson Ferreira Jr
Дата:
Сообщение: Re: [GENERAL] How to store gif or jpeg? Thanks!