Re: Getting more than one row in UNIQUE fields

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Getting more than one row in UNIQUE fields
Дата
Msg-id 27055.1259948214@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Getting more than one row in UNIQUE fields  (Another Trad <anothertrad@gmail.com>)
Список pgsql-sql
Another Trad <anothertrad@gmail.com> writes:
> My table 'client' has the unique 'client_id'.
> My test server, when I try:
> select * from client where client_id = 12
> My server returns 3 rows!!!!

We've seen bugs of that sort in the past ... what PG version is this,
and on what platform?
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: Another Trad
Дата:
Сообщение: Getting more than one row in UNIQUE fields
Следующее
От: Gerardo Herzig
Дата:
Сообщение: Re: get sequence name from table name