Re: [PATCHES] psql: add volatility to \df+

2007-06-28 Thread Neil Conway
On Tue, 2007-26-06 at 15:10 -0700, Neil Conway wrote: Attached is a patch that adds information about function volatility to the output of psql's \df+ slash command. I'll apply this to HEAD tomorrow, barring any objections. Applied. -Neil ---(end of

Re: [PATCHES] psql: add volatility to \df+

2007-06-27 Thread Neil Conway
On Wed, 2007-27-06 at 00:16 -0400, Alvaro Herrera wrote: +1 as well but I'm wondering whether the output is too wide. Well, the output of \df+ is already likely to be wider than 72 characters, so I'm not sure the patch would really make the situation materially worse (\df+ nextval is 118

[PATCHES] psql: add volatility to \df+

2007-06-26 Thread Neil Conway
Attached is a patch that adds information about function volatility to the output of psql's \df+ slash command. I'll apply this to HEAD tomorrow, barring any objections. -Neil Index: src/bin/psql/describe.c === RCS file:

Re: [PATCHES] psql: add volatility to \df+

2007-06-26 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] writes: Attached is a patch that adds information about function volatility to the output of psql's \df+ slash command. I'll apply this to HEAD tomorrow, barring any objections. +1, but are there not any documentation changes to make?

Re: [PATCHES] psql: add volatility to \df+

2007-06-26 Thread Joshua D. Drake
Tom Lane wrote: Neil Conway [EMAIL PROTECTED] writes: Attached is a patch that adds information about function volatility to the output of psql's \df+ slash command. I'll apply this to HEAD tomorrow, barring any objections. +1, but are there not any documentation changes to make? Well here

Re: [PATCHES] psql: add volatility to \df+

2007-06-26 Thread Neil Conway
On Tue, 2007-26-06 at 20:29 -0700, Joshua D. Drake wrote: Tom Lane wrote: +1, but are there not any documentation changes to make? Sure, I'll update the psql ref page. Well here is a question (just because I haven't seen it) is there a list of functions and their volatility in the docs?

Re: [PATCHES] psql: add volatility to \df+

2007-06-26 Thread Alvaro Herrera
Tom Lane wrote: Neil Conway [EMAIL PROTECTED] writes: Attached is a patch that adds information about function volatility to the output of psql's \df+ slash command. I'll apply this to HEAD tomorrow, barring any objections. +1, but are there not any documentation changes to make? +1 as