Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Tom Lane
Subject Re: createlang/droplang -l outputs
Date
Msg-id [email protected]
Whole thread Raw
In response to createlang/droplang -l outputs  (Tomoaki Sato <[email protected]>)
List pgsql-hackers
Tomoaki Sato <[email protected]> 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