strftime or date_format like function? - Mailing list pgsql-sql

From Zsolt Varga
Subject strftime or date_format like function?
Date
Msg-id Pine.LNX.4.10.9905310017220.5337-100000@lupus.agria.hu
Whole thread Raw
List pgsql-sql

hi!

I wonder, but is it possible to make 
a format like this: '1999.02' from the date '1999-02-01'

in mysql:select date_format('Y.m', date_field) from table;

so basicly I'm looking for a strftime() like function
thanks,
    redax




pgsql-sql by date:

Previous
From: Zsolt Varga
Date:
Subject: Strftime or Date_format like function?
Next
From: Heiko Wilms
Date:
Subject: Database Design question