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