Setting all elements in an Bool[] array to the same value

From: "Otto Blomqvist" <o(dot)blomqvist(at)secomintl(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Setting all elements in an Bool[] array to the same value
Date: 2005-06-10 01:10:28
Message-ID: d8ap90$8f3$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello !

Is there any way to set all elements in a long boolean array (bool[]) to
the same value ?

update testbool set "all elements" = false; or so ? ;)

Any ideas ?

Thanks

/Otto Blomqvist

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-06-10 01:10:33 Re: Pushing limit into subqueries of a union
Previous Message Matt Miller 2005-06-09 23:00:41 Re: ERROR: cannot cast type text to bit varying