- Архив списков рассылки pgsql-admin

Поиск
Список
Период
Сортировка
От Zuoxin.Wang@kp.org
Тема
Дата
Msg-id OF58EA8D58.3A5E272D-ON88256FE8.006FEA68@KP.ORG
обсуждение исходный текст
Ответы Re:  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re:  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re:  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-admin

Hi all,
Does any one know why I have following inconsistant results from PostgreSQL?
Thanks in advance.
 
test=# select birthday from patient;
  birthday
------------
 1960-02-01
 1960-02-01
(2 rows)

test=# select used from patient;
 used
------
 N
 N
(2 rows)


test=# select  first_name, last_name, used, birthday from patient;
 first_name | last_name | used |  birthday
------------+-----------+------+------------
   | 1960-02-01DI       | N
   | 1960-02-01DI       | N
(2 rows)

test=# select  first_name, last_name, birthday, used from patient;
 first_name | last_name |  birthday  | used
------------+-----------+------------+------
 AAAAAA     | TDI       | 1960-02-01 | N
 AAAAAB     | TDI       | 1960-02-01 | N
(2 rows)

test=#

Jason

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: brute force attacking the password
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: