postgresql/src/fe_utils
Dean Rasheed 93a8c6fd6c Move and rename fmtReloptionsArray().
Move fmtReloptionsArray() from pg_dump.c to string_utils.c so that it
is available to other frontend code. In particular psql's \ev and \sv
commands need it to handle view reloptions. Also rename the function
to appendReloptionsArray(), which is a more accurate description of
what it does.

Author: Dean Rasheed
Reviewed-by: Peter Eisentraut
Discussion: http://www.postgresql.org/message-id/CAEZATCWZjCgKRyM-agE0p8ax15j9uyQoF=qew7D2xB6cF76T8A@mail.gmail.com
2016-05-06 12:45:36 +01: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 Move and rename fmtReloptionsArray(). 2016-05-06 12:45:36 +01:00