pgsql: entab: add new options - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: entab: add new options
Date
Msg-id E1W9GbN-0000g2-ED@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
entab:  add new options

Add new entab options to process only C comment whitespace after
periods, and to protect leading whitespace.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5ff47acf8f2da1103219a99e61b4862dba8b6f3d

Modified Files
--------------
src/tools/entab/entab.c |   36 +++++++++++++++++++++++++++++++++---
1 file changed, 33 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix documented return type of json_array_elements_text.
Next
From: Fujii Masao
Date:
Subject: pgsql: Add tab completion for ALTER TABLESPACE MOVE in psql.