Re: [HACKERS] psql -e and -n flags

From: Karl DeBisschop <kdebisschop(at)range(dot)infoplease(dot)com>
To: lockhart(at)alumni(dot)caltech(dot)edu
Cc: peter_e(at)gmx(dot)net, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] psql -e and -n flags
Date: 2000-02-06 16:49:32
Message-ID: 200002061649.LAA07735@skillet.infoplease.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>I'd suggest a switch style like "-ee" or "-eb" (backend) or "-ev"
>(verbatim) or ??? Comments?

Don's suggestion seems the right track for me.

It stays away from counting flags, which seems right. It sticks with
one-char flags for single dashes whihc is not the law but is common
enough to be intuitive for many users. PLus there's an aesthetic
appeal to -e for 'echo' and -E for 'echo everything'. It also does
not change current behavior in cases where people are expecting psql
-e to behave a certain way.

Just my $0.02 worth as a user.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-02-06 16:50:26 Re: [HACKERS] Advice needed,
Previous Message Thomas Lockhart 2000-02-06 16:34:40 Re: [HACKERS] psql -e and -n flags