Re: [HACKERS] [GENERAL] Array assignment behavior (was Re: [ADMIN] Stored procedure array limits)

2006-09-29 Thread John D. Burger
here other languages where sequences behave similarly? > perl -e '@A = (1, 2, 3); print "@A\n"; $A[10] = 10; print "@A\n";' 1 2 3 1 2 310 - John D. Burger MITRE ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [GENERAL] [HACKERS] 'a' == 'a '

2005-10-21 Thread John D. Burger
e chapter and verse? Thanks. - John D. Burger MITRE ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

Re: [HACKERS] Reduce NUMERIC size by 2 bytes, reduce max length to 508

2005-12-06 Thread John D. Burger
g like octave, but I've found its pretty easy to escape its range. If the range for computation is changed, then I'll probably keep an old copy around just for this, though I'm not quite sure how much I'd be affected.. - John D. Burger MITRE ---(end