Re: createlang/droplang -l outputs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: createlang/droplang -l outputs
Date
Msg-id 7018.1186706642@sss.pgh.pa.us
Whole thread Raw
In response to createlang/droplang -l outputs  (Tomoaki Sato <sato@sraoss.co.jp>)
List pgsql-hackers
Tomoaki Sato <sato@sraoss.co.jp> writes:
> The header in the list of already installed languages shown by
> createlang/droplang with the -l option is not printed from 8.2.

Ooops.  I seem to have missed these uses of printQuery() when we put in
the FETCH_COUNT patch last summer :-(.

> +        popt.topt.start_table = true;

It looks like stop_table has to be set true as well to match
the former formatting; compare
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c.diff?r1=1.136;r2=1.137

Patched in HEAD and 8.2 branch.  Thanks for the report!
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bertram Scharpf
Date:
Subject: Re: Wrote a connect-by feature
Next
From: Andrew Dunstan
Date:
Subject: Re: Wrote a connect-by feature