AW: [HACKERS] Re: Regress tests reveal *serious* psql bug

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'pgsql-hackers(at)postgreSQL(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: AW: [HACKERS] Re: Regress tests reveal *serious* psql bug
Date: 2000-01-13 09:33:43
Message-ID: 219F68D65015D011A8E000006F8590C603FDC200@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> SELECT arrtest.a[1:3],
> arrtest.b[1:1][1:2][1:2],
> arrtest.c[1:2],
> arrtest.d[1:1][1:2]
> FROM arrtest;

Sorry for the stupid question, but can sombody enlighten me.
Why was the ":" used in the first place ? I would expect to use a ','
for an array slice. No ?

As in: select arrtest.a[1,1][1,2]
(This is also what others use for array slices)

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Lam 2000-01-13 09:37:48 Re: question about MS Access connect to Postgresql 6.5.2-1
Previous Message Zeugswetter Andreas SB 2000-01-13 09:26:17 AW: [HACKERS] Re: Regress tests reveal *serious* psql bug