7.0.3 BUG

Поиск
Список
Период
Сортировка
От pgsql-sql
Тема 7.0.3 BUG
Дата
Msg-id fc.000f567200816791000f567200816791.8167ab@fc.emc.com.ph
обсуждение исходный текст
Ответы Re: 7.0.3 BUG  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
SELECT is returning bogus data.

migrate=# select version();                           version
---------------------------------------------------------------PostgreSQL 7.0.3 on i686-pc-linux-gnu, compiled by gcc
2.95.3
(1 row)

migrate=# select userid from users where userid = 'reynan@yahoo.com';      userid
---------------------reynan@yahoo.comadmin
(2 rows)
migrate=# \d users                                     Table "users"   Attribute     |     Type     |
    Modifier
 
------------------+--------------+--------------------------------------------------------userrefkey       | integer
 | not null default
 
nextval('users_userrefkey_seq'::text)userid           | varchar(128) | not nullpassword1        | char(20)     | not
nullpassword2       | char(50)     |type             | char(10)     | not nullpartneremail     | varchar(128)
|adminlastname   | char(40)     | not nulladminfirstname   | char(40)     | not nulladminaddress1    | char(80)     |
notnulladminaddress2    | char(80)     |admincity        | char(80)     | not nulladminstateprov   | char(40)
|admincountrycode| char(2)      | not nulladminpostalcode  | char(10)     |adminphone       | char(20)     |adminfax
    | char(20)     |checkpayableto   | char(80)     | not nullcreatedate       | timestamp    | not null default
now()lastaccessdate  | timestamp    |lastmodifieddate | timestamp    |
 
Indices: users_pkey,        users_userid_key   






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

Предыдущее
От: Antti Linno
Дата:
Сообщение: Re: psql question(actually readline etc.)
Следующее
От: "Richard DeVenezia"
Дата:
Сообщение: Is there a string to inet function that can be used in order by ?