Re: [PATCHES] Quieting the copyright/startup message...

2004-10-06 Thread Neil Conway
On Tue, 2004-10-05 at 10:32, Neil Conway wrote: > I think the second hunk (arranging to read ~/.psqlrc before emitting the > copyright message) is all that's necessary [...] Patch applied. -Neil ---(end of broadcast)--- TIP 5: Have you checked ou

Re: [PATCHES] Quieting the copyright/startup message...

2004-10-04 Thread Neil Conway
On Mon, 2004-10-04 at 17:33, Sean Chittenden wrote: > After seeing the "Welcome to psql 8.0.0beta3, the PostgreSQL > interactive terminal." message, I finally got irritated enough at it to > try and figure out how to silence it without using the -q option to > psql(1). I think the second hunk (

Re: [PATCHES] Quieting the copyright/startup message...

2004-10-04 Thread John Hansen
> There is no requirement that the program's output mention the > license terms (perhaps you are thinking of the GPL?) Yea,. I must have been... :) ... John ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http:/

Re: [PATCHES] Quieting the copyright/startup message...

2004-10-04 Thread Neil Conway
John Hansen wrote: Won't that violate the BSD licence? No; if it did, psql's "-q" option would already violate the license. The BSD license merely says: Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreem

Re: [PATCHES] Quieting the copyright/startup message...

2004-10-04 Thread Peter Eisentraut
John Hansen wrote: > Won't that violate the BSD licence? The start-up message doesn't even contain any copyright information, so no. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ig

Re: [PATCHES] Quieting the copyright/startup message...

2004-10-04 Thread John Hansen
> > After seeing the "Welcome to psql 8.0.0beta3, the PostgreSQL > interactive terminal." message, I finally got irritated > enough at it to try and figure out how to silence it without > using the -q option to psql(1). The attached (trivial) patch > fixes said problem so that one can add "\s

[PATCHES] Quieting the copyright/startup message...

2004-10-04 Thread Sean Chittenden
After seeing the "Welcome to psql 8.0.0beta3, the PostgreSQL interactive terminal." message, I finally got irritated enough at it to try and figure out how to silence it without using the -q option to psql(1). The attached (trivial) patch fixes said problem so that one can add "\set QUIET" to