Re: [BUGS] BUG #6392: leak memory while restore/load dump

2012-01-11 Thread Vic
yes, you right about inet. Thanks for reply! On Wed, 11 Jan 2012, Heikki Linnakangas wrote: On 11.01.2012 02:24, v...@nix.kh.ua wrote: The following bug has been logged on the website: Bug reference: 6392 Logged by: Vic Email address: v...@nix.kh.ua PostgreSQL

[BUGS] BUG #6392: leak memory while restore/load dump

2012-01-11 Thread vic
The following bug has been logged on the website: Bug reference: 6392 Logged by: Vic Email address: v...@nix.kh.ua PostgreSQL version: 9.0.6 Operating system: FreeBSD/Linux Description: While trying load database dump, postgresql (server process) eat up all memory

[BUGS] BUG #2172: Problem with query in order by

2006-01-16 Thread Vic
The following bug has been logged online: Bug reference: 2172 Logged by: Vic Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.6 Operating system: FreeBSD 5.4/6.0 Description:Problem with query in order by Details: when I send query "select * from n

[BUGS] BUG #2155: problem with UNICODE and KOI8

2006-01-08 Thread Vic
The following bug has been logged online: Bug reference: 2155 Logged by: Vic Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.5 Operating system: FreeBSD 6.0 Description:problem with UNICODE and KOI8 Details: Database have enconding UNICODE. Client have

Re: [BUGS] Question regarding 'not in' and subselects

2004-05-26 Thread Vic Ricker
On Wed, 2004-05-26 at 14:38, Bruno Wolff III wrote: > On Wed, May 26, 2004 at 13:57:37 -0400, > Vic Ricker <[EMAIL PROTECTED]> wrote: > > Am I doing something wrong or is this a bug? > > Are there any nulls in iasusers.user_name? There was a null in iasusers. I remov

[BUGS] Question regarding 'not in' and subselects

2004-05-26 Thread Vic Ricker
27;not', the query returns the rows that exist in both tables. If I replace the subselect with a list, it seems to work the way that I'd expect, i.e. "not in ('vic', 'joe')" it shows all the rows from users except for vic and joe. Am I doing something wr