Changing array subscripting to zero-offset

From: "Erin Sheldon" <erin(dot)sheldon(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Changing array subscripting to zero-offset
Date: 2006-06-18 19:52:04
Message-ID: 331116dc0606181252y2d153330jf404bec60ac29657@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello everyone -

Array columns are, by default, 1-offset in their
subscripting. Since I usually call postgres
from a language with zero-offset, I would prefer
that postgres conform to that. The online
documentation hints that this may be configurable
but I haven't been able to find how this is done.

Does anyone know how to do this?

Thanks,
Erin Sheldon

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Florian G. Pflug 2006-06-18 21:01:01 Re: Changing array subscripting to zero-offset
Previous Message Joshua D. Drake 2006-06-18 19:30:42 Re: Question about openSSL