View Single Post

   
  #2 (permalink)  
Old 04-09-2008, 06:55 PM
Peter Eisentraut
 
Posts: n/a
Default Re: array for cstring type

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/

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote