Re: What is it? - Mailing list pgsql-novice

From Pete Jewell
Subject Re: What is it?
Date
Msg-id m3n19mukom.fsf@example.compulink.co.uk
Whole thread Raw
In response to What is it?  ("Victor Vislobokov" <victor@tvmaxima.perm.ru>)
List pgsql-novice
"Victor Vislobokov" <victor@tvmaxima.perm.ru> writes:

> Hello All!
>
> What is it?

Hmmm, my results -

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

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

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

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

Linux 2.2.18pre21, postgresql 7.1beta6

--
Pete Jewell
Example Systems Ltd.
--------------------
The views expressed in this email are not necessarily those
of Example Systems Ltd unless explicitly stated.

pgsql-novice by date:

Previous
From: "Victor Vislobokov"
Date:
Subject: What is it?
Next
From: Tom Lane
Date:
Subject: Re: Calling 'c' function from PostGreSQL