postgresql/src/fe_utils
Tom Lane cdc70597c9 Teach appendShellString() to not quote strings containing "-".
Brain fade in commit a00c58314: I was thinking that a string starting with
"-" could be taken as a switch depending on command line syntax.  That's
true, but having appendShellString() quote it will not help, so we may as
well not do so.  Per complaint from Peter Eisentraut.
2016-09-06 14:53:31 -04:00
..
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
Makefile Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
mbprint.c Move psql's print.c and mbprint.c into src/fe_utils. 2016-03-24 18:27:28 -04:00
print.c Support \crosstabview in psql 2016-04-08 20:23:18 -03:00
psqlscan.l Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
simple_list.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
string_utils.c Teach appendShellString() to not quote strings containing "-". 2016-09-06 14:53:31 -04:00