What is it?

From: "Victor Vislobokov" <victor(at)tvmaxima(dot)perm(dot)ru>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: What is it?
Date: 2001-04-11 09:29:12
Message-ID: 002001c0c269$de986da0$580aa8c0@tvmaxima.perm.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Dave Disser 2001-04-12 16:14:18 Increasing max connections
Previous Message charlie derr 2001-04-11 02:26:05 RE: how to run postgre on winNT