Probably mistake in Arrays docs & proposal for index

Started by Christian Rossowalmost 19 years ago2 messagesdocs
Jump to latest
#1Christian Rossow
rossow@internet-sicherheit.de

Hey guys,

thank you for providing this perfect docs! Let me give two comments on it.

1) I think there is a small mistake in the Arrays docs at
http://www.postgresql.org/docs/8.2/interactive/arrays.html

Or can anyone explain me:

SELECT array_dims(schedule) FROM sal_emp WHERE name = 'Carol';

array_dims
------------
[1:2][1:1]

with the following content: {{breakfast,consulting},{meeting,lunch}}

IMHO this should be [1:2][1:2]

2) Is it possible to integrate an alphabet into the index site?
http://www.postgresql.org/docs/8.2/interactive/bookindex.html

I would appreciate a small line on the top of the site like "[A] [B] [C]
... [Z]" with links to each block beginning with the letter.

Thanks a lot.

All the best,
/Christian

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christian Rossow (#1)
Re: Probably mistake in Arrays docs & proposal for index

"Christian Rossow" <rossow@internet-sicherheit.de> writes:

1) I think there is a small mistake in the Arrays docs at
http://www.postgresql.org/docs/8.2/interactive/arrays.html

Yeah, you're right. Fixed, thanks for spotting it!

2) Is it possible to integrate an alphabet into the index site?

No idea...

regards, tom lane