array for cstring type

From: "Sergey Moroz" <smo(at)mgcp(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: array for cstring type
Date: 2007-08-16 09:22:31
Message-ID: 9d39d250708160222w5a5c4d3ar3f73607d2b02e592@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2007-08-16 09:40:38 Re: array for cstring type
Previous Message A. Kretschmer 2007-08-16 09:16:29 Re: INSERT before UPDATE?