----- Original Message ----- 
From: "Tom Lane" <[EMAIL PROTECTED]>
Sent: January 02, 2003 3:20 PM

> > #if defined(HAVE_GETOPT_LONG)
> > #define xo(long,short,desc)  printf("%s %s\n", long, desc)
> > #else
> > #define xo(long,short,desc)  printf("%s %s\n", short, desc)
> > #endif
> 
> > seems relatively generic, so it could be used by more than one tool.
> 
> But there's no good place to put it.  I'd say just stick it into each
> tool; it's no worse than repeating the existence of a "usage()"
> subroutine in each tool.

It ended up being in dumputils.h

Attached a patch for pg_dump(all) and pg_restore eliminating dupes
in option descriptions as per above xo "technology".

Please review and apply if there are no too many objections.

thank you,
-s

Attachment: pg_dump.options2.diff
Description: Binary data

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to