Re: Statistics Import and Export - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Statistics Import and Export
Date
Msg-id CADkLM=dvG_F2giHEAGJ=DGVGNmujUt0vAaXNSDkDXzbzcGQbxQ@mail.gmail.com
Whole thread Raw
In response to Re: Statistics Import and Export  (Robert Treat <rob@xzilla.net>)
Responses Re: Statistics Import and Export
List pgsql-hackers

if you want everything --include=schema,data,statistics (presumably
redundant with the default behavior)
if you want schema only --include=schema
if you want "everything except schema" --include=data,statistics

Until we add a fourth option, and then it becomes completely ambiguous as to whether you wanted data+statstics, or you not-wanted schema.



And if someday, for example, there is ever agreement on including role
information with normal pg_dump, you add "roles" as an option to be
parsed via --include without having to create any new flags.

This is pushing a burden onto our customers for a parsing convenience.

-1.

pgsql-hackers by date:

Previous
From: Jacob Brazeal
Date:
Subject: Clear errno in spell.c
Next
From: Corey Huinker
Date:
Subject: Re: Statistics Import and Export