Newbie Q: How to deal with date/time with libpq or ecpg?

From: "Michael Zhang" <mzhang(at)ifscorp(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Newbie Q: How to deal with date/time with libpq or ecpg?
Date: 1999-02-24 15:38:42
Message-ID: 36D41D02.F4415E1F@insuremarket.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi, I am new to the postgreSQL.

I would like to set up my own WWW server using linux/postgreSQL. Some of

my web applications use many date/time manipulations. For example, I
would like to dynamicly display a date of birth column with specified
format. I could do it on Oracle like this:
SELECT to_char(DateofBirth, 'MM-DD-YYYY') from Employee_tbl where
First_nm = 'Mike';
Then I could use Pro*C to retrive the result into a char[] array.

But how can I receiver this kind of information with specified format in

postgreSQL by using libpq or ecpg?

Thanks in advance!
Mike

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Valerio Santinelli 1999-02-24 16:11:15 Error with MSAccess97 subforms and PostODBC
Previous Message Tom Lane 1999-02-24 15:20:25 Re: [INTERFACES] problems with pgaccess