Re: select returns no line

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: select returns no line
Дата
Msg-id 007701c08555$b6102680$1001a8c0@archonet.com
обсуждение исходный текст
Ответ на select returns no line  (Attila Kevei <attila.kevei@mail.goodwill.hu>)
Список 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 по дате отправления:

Предыдущее
От: clayton cottingham
Дата:
Сообщение: [notion]: a possible language addition: XQL
Следующее
От: "Richard Huxton"
Дата:
Сообщение: Re: monster query, how to make it smaller