| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Caleb Cushing <xenoterracide(at)gmail(dot)com> |
| Cc: | "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: suggestion: psql configs in .config |
| Date: | 2020-06-11 21:55:28 |
| Message-ID: | 552453.1591912528@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Caleb Cushing <xenoterracide(at)gmail(dot)com> writes:
> would it be possible to allow psql config files to reside in ~/.config/psql
> to help unclutter ~ obviously this should be some kind of cascading lookup
> first look for... e.g
> .config/psql/psqlrc
> .psqlrc
I'm finding it hard to see a compelling reason why that would be an
improvement. It would make psql randomly different from 95% of the
other programs that have similar config files. Or, if everybody
somehow got on board with "let's put config files in ~/.config/",
then there'd be clutter in that directory ... and we're back to
square one.
Also, this is the kind of thing where version-to-version changes
in behavior will be REALLY user-unfriendly.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2020-06-11 22:40:58 | Re: ora2pg error : DBD::Oracle::db prepare failed: ORA-28110 |
| Previous Message | Caleb Cushing | 2020-06-11 21:07:33 | Re: suggestion: psql configs in .config |