| From: | "Carlos Sousa" <carlosdsousa(at)hotmail(dot)com> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | small proble |
| Date: | 2002-11-11 14:30:48 |
| Message-ID: | F190eSnJgz24z7apNYV0000509a@hotmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
hi to all
I am doing a webpage and i manipulate data from a postgres database.
I need to do the same thing with a oracle database.
I am using pg_dump to transfer the database data from postgres to oracle
but there are a few problems with same data types in a table when i try to
import it to a oracle
create table (...)
(...)
duration interval default 7
hourDay timestamp with time zome
(...)
if i replace this two data types with varchar2(50) it works but i would like
if there's a better choice
thanks for your time and replay
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
| From | Date | Subject | |
|---|---|---|---|
| Next Message | dima | 2002-11-11 14:42:53 | Re: small problem |
| Previous Message | Tom Lane | 2002-11-11 05:22:16 | Re: Time difference without intervals |