Re: to_date
| От | Goulet, Dick |
|---|---|
| Тема | Re: to_date |
| Дата | |
| Msg-id | 4001DEAF7DF9BD498B58B45051FBEA65032FBC28@25exch1.vicorpower.vicr.com обсуждение исходный текст |
| Ответ на | to_date ("Jim Fu" <Jim.Fu@LogixCom.com>) |
| Ответы |
Re: to_date
|
| Список | pgsql-admin |
If your using V7.4 it doesn't but the following will create one.
CREATE OR REPLACE FUNCTION to_date(text, text)
RETURNS "timestamp" AS
'begin
return to_timestamp($1, $2);
end;'
LANGUAGE 'plpgsql' STABLE STRICT;
RETURNS "timestamp" AS
'begin
return to_timestamp($1, $2);
end;'
LANGUAGE 'plpgsql' STABLE STRICT;
From: pgsql-admin-owner@postgresql.org [mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Jim Fu
Sent: Monday, February 13, 2006 3:45 PM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] to_date
I am new here, just wondering if PostgreSQL has a similar function TO_DATE (‘02/12/2006’,’mm/dd/yyyy’)?
Thanks!
Jim Fu
В списке pgsql-admin по дате отправления: