What is it? - Mailing list pgsql-novice

From Victor Vislobokov
Subject What is it?
Date
Msg-id 002001c0c269$de986da0$580aa8c0@tvmaxima.perm.ru
Whole thread Raw
Responses Re: What is it?  (Pete Jewell <pete@example.compulink.co.uk>)
List pgsql-novice
Hello All!

What is it?

traffic=# select extract(day from date('23-03-2001'));
 date_part
-----------
        23
(1 row)

traffic=# select extract(day from date('24-03-2001'));
 date_part
-----------
        24
(1 row)

traffic=# select extract(day from date('25-03-2001'));
 date_part
-----------
        24
(1 row)

traffic=# select extract(day from date('26-03-2001'));
 date_part
-----------
        26
(1 row)


Debian GNU/Linux, Kernel 2.2.18
PostgreSQL 7.02

With best wishes
Victor Vislobokov
Perm, Russia



pgsql-novice by date:

Previous
From: "charlie derr"
Date:
Subject: RE: how to run postgre on winNT
Next
From: Pete Jewell
Date:
Subject: Re: What is it?