Re: Documentation/help for materialized and recursive views - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: Documentation/help for materialized and recursive views
Date
Msg-id 51D1E22F.7080209@commandprompt.com
Whole thread Raw
In response to Re: Documentation/help for materialized and recursive views  (David Fetter <david@fetter.org>)
List pgsql-hackers
On 07/01/2013 07:20 AM, David Fetter wrote:
>
> On Mon, Jul 01, 2013 at 10:05:24AM -0400, Peter Eisentraut wrote:
>> On 6/28/13 2:27 PM, David Fetter wrote:
>>>> You can run \! man from within psql,
>>> And if you're on Windows, you're Sadly Out of Luck with that.  Is
>>> there an equivalent we could #ifdef in for that platform?
>>
>> If you are using psql on Windows extensively, you probably have one of
>> mingw, cygwin, or pgadmin handy, all of which can get you to the
>> documentation.  I don't think it's worth devising a mechanism for those
>> not covered by this.
>
> With deepest respect, failing to provide documentation to users on our
> widest-deployed platform seems pretty hostile to me.  There was an
> earlier suggestion that we provide URLs, which seems like a decent way
> forward as those environments so locked down as to disallow outbound
> HTTP are pretty rare, and non-networked computers are even more rare.
>

Although I agree with the sentiment the idea that postgres more widely 
deployed on windows than other platforms is rather laughable. The only 
metrics we have are "downloads" which doesn't count cause linux ships 
with postgres with a simple yum or apt-get.

Whatever solution we decide, we should not push this responsibility off 
on pgadmin as pgadmin is not part of PostgreSQL but a third party tool. 
The "standard" postgresql client is psql (for good or bad) and we should 
support psql fully on all platforms.

Sincerely,

Joshua D. Drake



-- 
Command Prompt, Inc. - http://www.commandprompt.com/  509-416-6579
PostgreSQL Support, Training, Professional Services and Development
High Availability, Oracle Conversion, Postgres-XC, @cmdpromptinc
For my dreams of your image that blossoms   a rose in the deeps of my heart. - W.B. Yeats



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Documentation/help for materialized and recursive views
Next
From: Robert Haas
Date:
Subject: Re: Randomisation for ensuring nlogn complexity in quicksort