Re: Create Table and Index Definition for Partitions

From: "Simon(at)2ndquadrant(dot)com" <simon(at)2ndquadrant(dot)com>
To: <jchamplin(at)absolute-performance(dot)com>, <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Create Table and Index Definition for Partitions
Date: 2004-08-14 09:30:13
Message-ID: NOEFLCFHBPDAFHEIPGBOMEHOCCAA.simon@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


> Jerry Champlin wrote

I'm currently putting together a tool to migrate schema definitions from
Oracle to PostgreSQL. It's written in perl and easily extensible by others
to add functionality I don't care to migrate. I need to know how to
properly format create table, alter table, create index and alter index
commands for the partitioning functionality about to be released. Could
someone please provide a draft of that documentation or point me to the
appropriate place in the code tree to figure it out.

First off, there's already a tool to do this... ora2pg

The functionality just released is for Tablespaces, not Partitions, which is
a different concept altogether.

The docs are available on-line for the SQL DDL statements you mention.
Look at the docs via
http://developer.postgresql.org/docs/postgres/index.html

Best Regards, Simon Riggs

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Michael Glaesemann 2004-08-14 11:48:39 sql.sgml
Previous Message Gavin Sherry 2004-08-13 04:25:52 Re: 8.0 beta status