Re: How to simulate MEMO data type?Thanks!
Mitch Vincent <mitch@venux.net>
From: "Mitch Vincent" <mitch@venux.net>
To: <pgsql-sql@postgresql.org>, "Maurizio Ortolan" <crix98__@tin.it>
Cc: <pgsql-general@postgresql.org>
Date: 2001-04-15T16:40:00Z
Lists: pgsql-general
Use the unlimited length PostgreSQL type "text" (In 7.1 it's unlimited, before there were limits). -Mitch ----- Original Message ----- From: "Maurizio Ortolan" <crix98__@tin.it> To: <pgsql-sql@postgresql.org> Cc: <pgsql-general@postgresql.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 >