Re: How to get day of week? - Mailing list pgsql-novice

From Jeffrey Melloy
Subject Re: How to get day of week?
Date
Msg-id 41C89BC8.3060000@visualdistortion.org
Whole thread Raw
In response to How to get day of week?  (Lloyd Dieter <ldieter@rochester.rr.com>)
List pgsql-novice
The function you're looking for is to_char(), and it has tons of options.

http://www.postgresql.org/docs/7.4/static/functions-formatting.html

Jeff

Lloyd Dieter wrote:

>I'm sure I'm missing something obvious, but this is the novice list, so
>here goes:
>
>Is there a function to return the day-of-week for a given time/datestamp?
>
>What I'm looking for is something like:
>
>select day(current_timestamp);
>
>That would return the current day of the week (e.g. Monday/Tuesday...)
>
>Thanks,
>
>-Lloyd
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faqs/FAQ.html
>
>


pgsql-novice by date:

Previous
From: George Weaver
Date:
Subject: Re: JOIN columns with no data
Next
From: "Keith Worthington"
Date:
Subject: extracting min date and grouping