Re: creating postgres tables using existing table defs

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Susan Lane <suel(at)dpn(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: creating postgres tables using existing table defs
Date: 2001-08-01 11:46:09
Message-ID: 200108011146.f71Bk9T01395@jupiter.us.greatbridge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Susan Lane wrote:
> Hi -
>
> I have just started the process of creating tables in Postgres and I
> wondered if there was some way to take existing tables definitions in Oracle
> and port them into Postgres. I have existing create table scripts, but some
> of the syntax does not work for Postgres. Any easy way to do this without
> having to rewrite my SQL?

Looked into contrib/oracle ?

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2001-08-01 11:51:30 Re: Finding number of current connections
Previous Message Jan Wieck 2001-08-01 11:43:37 Re: Really slow UPDATE and DELETE