Re: date - Mailing list pgsql-sql

From A. Kretschmer
Subject Re: date
Date
Msg-id 20060210063823.GC29845@webserv.wug-glas.de
Whole thread Raw
In response to date  ("superboy143 (sent by Nabble.com)" <lists@nabble.com>)
Responses Re: date  (Ken Hill <ken@scottshill.com>)
List pgsql-sql
am  09.02.2006, um 22:18:09 -0800 mailte superboy143 (sent by Nabble.com) folgendes:
> 
> Hello,
> 
> How can I write an sql query in postgresql so that I can insert a date into
> a table in the format DD-MM-YYYY, and when I select the date from the table
> I should get the date in the same format.

You can't define the format in the db, but you can define the
output-format with to_char(date, 'DD-MM-YYYY');


HTH, Andreas
-- 
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47215,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net===    Schollglas Unternehmensgruppe    === 


pgsql-sql by date:

Previous
From: "superboy143 (sent by Nabble.com)"
Date:
Subject: date
Next
From: Ken Hill
Date:
Subject: Re: date