Move and rename fmtReloptionsArray().
Dean Rasheed <dean.a.rasheed@gmail.com>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dump.c | modified | +14 −63 |
| src/fe_utils/string_utils.c | modified | +72 −0 |
| src/include/fe_utils/string_utils.h | modified | +3 −0 |
Discussion
- psql :: support for \ev viewname and \sv viewname 24 messages · 2015-05-04 → 2016-05-06