Re: [GENERAL] Changing array subscripting to zero-offset

2006-06-22 Thread Jorge Godoy
Em Domingo 18 Junho 2006 11:33, Erin Sheldon escreveu: > Hello everyone - > > Array columns are, by default, 1-offset in their > subscripting. Since I usually am calling postgres > from a language with zero-offset, I would prefer > that postgres conform to that. The online > documentation hints t

[GENERAL] Changing array subscripting to zero-offset

2006-06-21 Thread Erin Sheldon
Hello everyone - Array columns are, by default, 1-offset in their subscripting. Since I usually am calling 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 th

Re: [GENERAL] Changing array subscripting to zero-offset

2006-06-18 Thread Florian G. Pflug
Erin Sheldon wrote: 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

[GENERAL] Changing array subscripting to zero-offset

2006-06-18 Thread Erin Sheldon
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