Re: How to simulate MEMO data type?Thanks!

From: "Mitch Vincent" <mitch(at)venux(dot)net>
To: <pgsql-sql(at)postgresql(dot)org>, "Maurizio Ortolan" <crix98__(at)tin(dot)it>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to simulate MEMO data type?Thanks!
Date: 2001-04-15 16:40:00
Message-ID: 002f01c0c5ca$b7256200$0200000a@windows
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Use the unlimited length PostgreSQL type "text" (In 7.1 it's unlimited,
before there were limits).

-Mitch

----- Original Message -----
From: "Maurizio Ortolan" <crix98__(at)tin(dot)it>
To: <pgsql-sql(at)postgresql(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Sunday, April 15, 2001 1:18 PM
Subject: How to simulate MEMO data type?Thanks!

> Hello!
>
> I'm porting a database from MS Access
> to PostgreSQL.
>
> How can I simulate in pgsql the 'MEMO'
> (up to 65000 chars) data type, which
> is often used in Access ?
>
> Where can I find an easy example?
>
> I don't' know if it's important, but
> I'm using Linux,Apache,Javascript &
> PHP.
> ^^^
>
> Many thanks to all of you!
> CIAO!
> MAURIZIO
>
>
> *******************************************
> ** Happy surfing on THE NET !! **
> ** Ciao by **
> ** C R I X 98 **
> *******************************************
> AntiSpam: rimuovere il trattino basso
> dall'indirizzo per scrivermi...
> (delete the underscore from the e-mail address to reply)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yann Ramin 2001-04-15 17:06:42 Re: How to simulate MEMO data type?Thanks!
Previous Message The Hermit Hacker 2001-04-15 16:10:06 Re: erServer beta

Browse pgsql-sql by date

  From Date Subject
Next Message Yann Ramin 2001-04-15 17:06:42 Re: How to simulate MEMO data type?Thanks!
Previous Message Stephen Jackson 2001-04-15 16:10:29 Re: [SQL] g++ not working for postgresql extension languages?