Re: Time Input with format HH.MM.SS - Mailing list pgsql-general

From A. Kretschmer
Subject Re: Time Input with format HH.MM.SS
Date
Msg-id 20070201151328.GJ18319@a-kretschmer.de
Whole thread Raw
In response to Time Input with format HH.MM.SS  (DANTE Alexandra <Alexandra.Dante@bull.net>)
Responses Re: Time Input with format HH.MM.SS  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Re: Time Input with format HH.MM.SS  (DANTE Alexandra <Alexandra.Dante@bull.net>)
List pgsql-general
am  Thu, dem 01.02.2007, um 15:58:08 +0100 mailte DANTE Alexandra folgendes:
> Hello List,
>
> Is it possible to import in a TIMESTAMP(6) field a timestamp in which
> the format of hour is HH.MM.SS (and not HH:MM:SS) ?
> In the documentation, at
> http://www.postgresql.org/docs/8.2/interactive/datatype-datetime.html#DATATYPE-TIMEZONES,
> I didn't find this format.
> So can I think that it is not possible to import this kind of hour in
> PostgreSQL ? (I work with PostgreSQL 8.2.0).
> Any workaround to do that ?

test=# select replace('2007-01-01 12.00.00', '.',':')::timestamp;
       replace
---------------------
 2007-01-01 12:00:00
(1 row)


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-general by date:

Previous
From: DANTE Alexandra
Date:
Subject: Time Input with format HH.MM.SS
Next
From: Bruno Wolff III
Date:
Subject: Re: How to allow users to log on only from my application not from pgadmin