Re: [ADMIN] Create index problem ( _bt_sort )

2001-02-07 Thread Yasuo Ohgaki
> > raslog=# create index user2000 on log2000(username); > > FATAL 1: btree: failed to add item to the page in _bt_sort (2) > >> > >> How long are the usernames? IIRC, 7.0.* has some edge cases that might > >> fail when items approach the maximum allowed size of 1/3 page (~ 2700 > >> bytes). > >

Re: [ADMIN] Create index problem ( _bt_sort )

2001-01-29 Thread Tom Lane
=?iso-8859-1?Q?Lo=EFc=20TREGOU=CBT?= <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> =?iso-8859-1?Q?Lo=EFc=20TREGOU=CBT?= <[EMAIL PROTECTED]> writes: > raslog=# create index user2000 on log2000(username); > FATAL 1: btree: failed to add item to the page in _bt_sort (2) >> >> How long are the us

Re: [ADMIN] Create index problem ( _bt_sort )

2001-01-29 Thread Loïc TREGOUËT
Tom Lane wrote: > > =?iso-8859-1?Q?Lo=EFc=20TREGOU=CBT?= <[EMAIL PROTECTED]> writes: > > raslog=# create index user2000 on log2000(username); > > FATAL 1: btree: failed to add item to the page in _bt_sort (2) > > How long are the usernames? IIRC, 7.0.* has some edge cases that might > fail whe

Re: [ADMIN] Create index problem ( _bt_sort )

2001-01-29 Thread Tom Lane
=?iso-8859-1?Q?Lo=EFc=20TREGOU=CBT?= <[EMAIL PROTECTED]> writes: > raslog=# create index user2000 on log2000(username); > FATAL 1: btree: failed to add item to the page in _bt_sort (2) How long are the usernames? IIRC, 7.0.* has some edge cases that might fail when items approach the maximum al

[ADMIN] Create index problem ( _bt_sort )

2001-01-29 Thread Loïc TREGOUËT
Hello, When i try to create a index (btree on text field) after a restore i've the following error : FATAL 1: btree: failed to add item to the page in _bt_sort (2) But , if i had some rows on this table , the index creation works fine ! The table contains 1 million rows. I've tried a l

Re: [ADMIN] Create Index Problem

1999-02-11 Thread Nick Urbanik
Bruce Momjian wrote: > > Hi, > >I want to create a index with 8 items, but postgresql report an error > > message. (arguement 8>7?) > > do postgressql can only create a index with max. 7 items? > > Yes. So what can we do about it? (Besides changing the data model!) Can postgres be configu

Re: [ADMIN] Create Index Problem

1999-02-10 Thread Bruce Momjian
> Hi, >I want to create a index with 8 items, but postgresql report an error > message. (arguement 8>7?) > do postgressql can only create a index with max. 7 items? Yes. -- Bruce Momjian| http://www.op.net/~candle [EMAIL PROTECTED]| (610) 853-3000

[ADMIN] Create Index Problem

1999-02-10 Thread Bennett Yip
Hi, I want to create a index with 8 items, but postgresql report an error message. (arguement 8>7?) do postgressql can only create a index with max. 7 items?