[BUGS] BUG #7524: Partitioning

2012-09-07 Thread pieter
The following bug has been logged on the website: Bug reference: 7524 Logged by: Pieter Viljoen Email address: pie...@infomet.com PostgreSQL version: 9.1.5 Operating system: WIndows Enterprise Server Description: The TWO most important factors in hindering us to

[BUGS] BUG #5086: Install doesnt work

2009-09-29 Thread Pieter-Jan
The following bug has been logged online: Bug reference: 5086 Logged by: Pieter-Jan Email address: pieter-jan.beck...@hotmail.com PostgreSQL version: 8x Operating system: Windows 7 professional Description:Install doesnt work Details: When I try to install

Re: [BUGS] panic? return of the btree-bug

2008-02-27 Thread Pieter Jansen
On Tue, Feb 26, 2008 at 11:07 PM, Tom Lane <[EMAIL PROTECTED]> wrote: > "Pieter Jansen" <[EMAIL PROTECTED]> writes: > > 2008-02-25 17:07:28 CET PANIC: failed to add item to the right > > sibling for "ttrss_user_entries_feed_id" > > >

[BUGS] panic? return of the btree-bug

2008-02-26 Thread Pieter Jansen
,10,15,20 * * 1-6 root if [ -x /usr/sbin/pg_maintenance ]; then /usr/sbin/pg_maintenance --analyze >/dev/null; fi What information is needed to further investigate this? Kind regards, Pieter Jansen ICTree ---(end of broadcast)--- TIP 4: Have you searc

[BUGS] Relational operators

2005-06-27 Thread Pieter-Jan Savat
Hi, I was wondering if the following issue is in fact a bug, or just inconvenient behaviour... say a table looks like this: table --- c (varchar) '20' '0' '-10' 'klj' '> 5' 'qwerty' '< 6' The query select * from table where c < 5 will return for instance the tuple containing '20'. In other