Re: [Solved] SQL Server to PostgreSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tressens Lionel <tressens(at)etud(dot)insa-tlse(dot)fr>
Cc: "Roderick A(dot) Anderson" <raanders(at)altoplanos(dot)net>, "PostgreSQL::General List" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [Solved] SQL Server to PostgreSQL
Date: 2000-08-22 17:52:25
Message-ID: 10209.966966745@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Tressens Lionel <tressens(at)etud(dot)insa-tlse(dot)fr> writes:
> Le 22.08.00 a 09:37, "Roderick A. Anderson" m'ecrivait :
> )I was able to get the table format by using MS Access. Only question left
> )is what is the corresponding field type in PostgreSQL for a memo field in
> )SQL Server/Access (varchar(nnnn))?

> 'text' type perhaps ?

Uh ... what's wrong with varchar(n) ?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Arthur M. Kang 2000-08-22 18:00:46 Server Overload
Previous Message Roderick A. Anderson 2000-08-22 17:19:17 I lied! [Solved] SQL Server to PostgreSQL

Browse pgsql-hackers by date

  From Date Subject
Next Message Brook Milligan 2000-08-22 18:40:21 when does CREATE VIEW not create a view?
Previous Message Vince Vielhaber 2000-08-22 17:22:39 Re: Dropping Columns