Re: select returns no line - Mailing list pgsql-sql

From Richard Huxton
Subject Re: select returns no line
Date
Msg-id 007701c08555$b6102680$1001a8c0@archonet.com
Whole thread Raw
In response to select returns no line  (Attila Kevei <attila.kevei@mail.goodwill.hu>)
List pgsql-sql
----- Original Message -----
From: "Attila Kevei" <attila.kevei@mail.goodwill.hu>


> goodwill=>\d users
> Table    = users
>
+----------------------------------+----------------------------------+-----
--+
> |              Field               |              Type                |
Length|
>
+----------------------------------+----------------------------------+-----
--+
> | user_id                          | int4 not null default nextval (  |
4 |
> | user_login                       | varchar() not null               |
15 |
> | user_passwd                      | varchar() not null               |
15 |
> | user_exp                         | timestamp                        |
4 |
>
+----------------------------------+----------------------------------+-----
--+
> Indices:  users_pkey
>
>users_user_login_key
Have you tried dropping the index? Could be mangled or a locale problem...

- Richard Huxton



pgsql-sql by date:

Previous
From: clayton cottingham
Date:
Subject: [notion]: a possible language addition: XQL
Next
From: "Richard Huxton"
Date:
Subject: Re: monster query, how to make it smaller