Re: array for cstring type

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: "Sergey Moroz" <smo(at)mgcp(dot)com>
Subject: Re: array for cstring type
Date: 2007-08-16 09:40:38
Message-ID: 200708161140.38636.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Donnerstag, 16. August 2007 11:22 schrieb Sergey Moroz:
> there is no array for cstring type. I created it manually in pg_type table.
> It seems to me that it's working fine. Can this cause any problems?

The cstring type is not for general use. Use varchar or text.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Decibel! 2007-08-16 10:09:41 Re: Deadlocks caused by a foreign key constraint
Previous Message Sergey Moroz 2007-08-16 09:22:31 array for cstring type