Generating an ANSI compliant schema recreation script

From: J French <hikenboots(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Generating an ANSI compliant schema recreation script
Date: 2005-10-29 22:22:49
Message-ID: 35b7725f0510291522s4ae95e9cs6612707fb1f01696@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I need to capture the schema on a postgres database and recreate it on
another ansi compliant platform. Is it possible to generate a file (perhaps
from pg_dump?) as a sequence of ansi compliant SQL commands which can be
used to recreate the structure?
Thanks in advance!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message psql 2005-10-29 22:56:41 create table in transaction fails
Previous Message Martijn van Oosterhout 2005-10-29 19:45:18 Re: pgsql "info" files?