Re: BUG #4354: Text Type converted to Memo

From: David Fetter <david(at)fetter(dot)org>
To: Abuzar <Abuzer755(at)hotmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4354: Text Type converted to Memo
Date: 2008-08-14 12:54:57
Message-ID: 20080814125457.GA3507@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Aug 14, 2008 at 12:31:34PM +0000, Abuzar wrote:
>
> The following bug has been logged online:
>
> Bug reference: 4354
> Logged by: Abuzar
> Email address: Abuzer755(at)hotmail(dot)com
> PostgreSQL version: 8.3.1
> Operating system: Windows xp SP2
> Description: Text Type converted to Memo
> Details:
>
> I used text, character varying type in my base,then i look it on
> form in Delphi so i so that these types are shown on form like
> memo.what is happening with it?

If this is a bug, it is on the Delphi side, but I don't think it is.

Delphi's memo type corresponds (roughly) to PostgreSQL's TEXT/VARCHAR
one, so it's your expectations that were off.

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Gerhard Leykam 2008-08-14 14:30:49 BUG #4355: TOKMAXLEN=10 to short for token strings
Previous Message Bill Moran 2008-08-14 12:53:34 Re: BUG #4354: Text Type converted to Memo