Re: How to simulate MEMO data type?Thanks! - Mailing list pgsql-sql

From Christof Glaser
Subject Re: How to simulate MEMO data type?Thanks!
Date
Msg-id 01041519240002.00850@pinguin
Whole thread Raw
In response to How to simulate MEMO data type?Thanks!  (Maurizio Ortolan <crix98__@tin.it>)
List 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 by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: How to simulate MEMO data type?Thanks!
Next
From: Nelson Ferreira Jr
Date:
Subject: Re: [GENERAL] How to store gif or jpeg? Thanks!