Re: pg_dump a specific schema

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_dump a specific schema
Date: 2003-01-10 22:14:19
Message-ID: 20030110221419.GB8689@wallace.ece.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Fri, Jan 10, 2003 at 11:08:09PM +0100, Peter Eisentraut wrote:
> Neil Conway writes:
>
> > I used the '-n' and '--namespace' command-line arguments.
>
> Please do not export the term namespace to the user space. Use schema
> instead.

Here we have the problem of colliding nomenclature. Pg_dump already uses
the word schema in its generic RDB sense, rather than its SQL standard
sense. Got any ideas on what to call it instead? One option would be to
bite the bullet, and rename our current 'schema-only' option to 'DDL-only'
although that's not completely accurate.

BTW, -n _was_ the 'suppress unneeded quotes' flag/option. You overrode that?

Ross

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2003-01-10 22:23:20 Re: pg_dump a specific schema
Previous Message Neil Conway 2003-01-10 22:13:00 Re: pg_dump a specific schema