array for cstring type - Mailing list pgsql-general

From Sergey Moroz
Subject array for cstring type
Date
Msg-id 9d39d250708160222w5a5c4d3ar3f73607d2b02e592@mail.gmail.com
Whole thread Raw
Responses Re: array for cstring type  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
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?
PHP receives data as text. Records are converted to cstring through record_out function. So I just wanted to substitute refcursors/setof records. Can this idea cause any problems?

--
Sincerely,
Sergey Moroz

pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: INSERT before UPDATE?
Next
From: Peter Eisentraut
Date:
Subject: Re: array for cstring type