Re: another stupid question

From: Alexander Lohse <al(at)humantouch(dot)de>
To: "Jeff Duffy" <jeff(at)alanne(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: another stupid question
Date: 2001-04-04 16:44:03
Message-ID: p05010400b6f0ff804a1d@[192.168.0.44]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>On Wed, 4 Apr 2001 01:43:25 +0200, Alexander Lohse alluded:
>
>> Am I missing something about "text" columns?
>>
>> I seem not to be able to retrieve them (using php) just like varchar
> > or ... ones.
>
>A simple example:
>
>jeff=# CREATE TABLE test(
>jeff(# id INTEGER,
>jeff(# stuff TEXT);
>CREATE
>
>jeff=# INSERT INTO test VALUES(42, 'Something');
>INSERT 64908 1
>
>jeff=# SELECT * FROM test;
> id | stuff
>----+-----------
> 42 | Something
>(1 row)

Hi,

that is exactly me!

Then I need to search on different corners for the problem here!

Thank you, anyway!

Regards,

Alex

--
___________________________
Alexander Lohse
Human Touch Medienproduktion GmbH
Am See 1
17440 Klein Jasedow

Tel: (038374) 75211
Fax: (038374) 75223
eMail: al(at)humantouch(dot)de
http://www.humantouch.de

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paulo Jan 2001-04-04 17:11:01 "Tuple too big" when the tuple is not that big...
Previous Message Ahmed Moustafa 2001-04-04 16:39:59 Postgres 7.1RC1 on Solaris 7