Re: What is it?

From: Pete Jewell <pete(at)example(dot)compulink(dot)co(dot)uk>
To: "Victor Vislobokov" <victor(at)tvmaxima(dot)perm(dot)ru>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: What is it?
Date: 2001-04-12 16:50:17
Message-ID: m3n19mukom.fsf@example.compulink.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Victor Vislobokov" <victor(at)tvmaxima(dot)perm(dot)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.

In response to

  • What is it? at 2001-04-11 09:29:12 from Victor Vislobokov

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-04-13 16:35:44 Re: Calling 'c' function from PostGreSQL
Previous Message Dave Disser 2001-04-12 16:14:18 Increasing max connections