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
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
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"
>
>
>
,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
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