BUG #7652: Documentation index lacks functions from "Additional Supplied Modules"

Lists: pgsql-bugspgsql-docs
From: Andreas(dot)Heiduk(at)web(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7652: Documentation index lacks functions from "Additional Supplied Modules"
Date: 2012-11-11 18:35:35
Message-ID: E1TXcNb-0004wu-EJ@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-docs

The following bug has been logged on the website:

Bug reference: 7652
Logged by: Andreas H.
Email address: Andreas(dot)Heiduk(at)web(dot)de
PostgreSQL version: 9.2.1
Operating system: any
Description:

It seems, that none of the functions in the section "Additional Supplied
Modules" are listed in the index. I checked both the "intagg" module and the
"dblink" module.

To bad if you are looking the documentation of a function but don't know
which module provides it (if any at all).


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andreas(dot)Heiduk(at)web(dot)de
Cc: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #7652: Documentation index lacks functions from "Additional Supplied Modules"
Date: 2013-06-29 03:16:11
Message-ID: 20130629031611.GM13790@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-docs

On Sun, Nov 11, 2012 at 06:35:35PM +0000, Andreas(dot)Heiduk(at)web(dot)de wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7652
> Logged by: Andreas H.
> Email address: Andreas(dot)Heiduk(at)web(dot)de
> PostgreSQL version: 9.2.1
> Operating system: any
> Description:
>
> It seems, that none of the functions in the section "Additional Supplied
> Modules" are listed in the index. I checked both the "intagg" module and the
> "dblink" module.
>
> To bad if you are looking the documentation of a function but don't know
> which module provides it (if any at all).

So, should I add them for 9.4?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +


From: Andreas Heiduk <Andreas(dot)Heiduk(at)web(dot)de>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #7652: Documentation index lacks functions from "Additional Supplied Modules"
Date: 2013-07-22 18:02:46
Message-ID: 51ED73C6.90507@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-docs

Hello!

On 29.06.2013 05:16 Bruce Momjian wrote:
> On Sun, Nov 11, 2012 at 06:35:35PM +0000, Andreas(dot)Heiduk(at)web(dot)de wrote:
>> The following bug has been logged on the website:
>>
>> Bug reference: 7652
>> Logged by: Andreas H.
>> Email address: Andreas(dot)Heiduk(at)web(dot)de
>> PostgreSQL version: 9.2.1
>> Operating system: any
>> Description:
>>
>> It seems, that none of the functions in the section "Additional Supplied
>> Modules" are listed in the index. I checked both the "intagg" module and the
>> "dblink" module.
>>
>> To bad if you are looking the documentation of a function but don't know
>> which module provides it (if any at all).
> So, should I add them for 9.4?
>
I really think, this would be a move into the right better direction. :-)

Greetings
Andreas Heiduk


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andreas Heiduk <Andreas(dot)Heiduk(at)web(dot)de>
Cc: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #7652: Documentation index lacks functions from "Additional Supplied Modules"
Date: 2013-07-23 02:54:29
Message-ID: 20130723025429.GA9508@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-docs

On Mon, Jul 22, 2013 at 08:02:46PM +0200, Andreas Heiduk wrote:
> Hello!
>
> On 29.06.2013 05:16 Bruce Momjian wrote:
> >On Sun, Nov 11, 2012 at 06:35:35PM +0000, Andreas(dot)Heiduk(at)web(dot)de wrote:
> >>The following bug has been logged on the website:
> >>
> >>Bug reference: 7652
> >>Logged by: Andreas H.
> >>Email address: Andreas(dot)Heiduk(at)web(dot)de
> >>PostgreSQL version: 9.2.1
> >>Operating system: any
> >>Description:
> >>
> >>It seems, that none of the functions in the section "Additional Supplied
> >>Modules" are listed in the index. I checked both the "intagg" module and the
> >>"dblink" module.
> >>
> >>To bad if you are looking the documentation of a function but don't know
> >>which module provides it (if any at all).
> >So, should I add them for 9.4?
> >
> I really think, this would be a move into the right better direction. :-)

OK, done.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andreas(dot)Heiduk(at)web(dot)de
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7652: Documentation index lacks functions from "Additional Supplied Modules"
Date: 2013-08-23 22:13:26
Message-ID: 20130823221326.GD13825@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-docs

On Sun, Nov 11, 2012 at 06:35:35PM +0000, Andreas(dot)Heiduk(at)web(dot)de wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7652
> Logged by: Andreas H.
> Email address: Andreas(dot)Heiduk(at)web(dot)de
> PostgreSQL version: 9.2.1
> Operating system: any
> Description:
>
> It seems, that none of the functions in the section "Additional Supplied
> Modules" are listed in the index. I checked both the "intagg" module and the
> "dblink" module.
>
> To bad if you are looking the documentation of a function but don't know
> which module provides it (if any at all).

FYI, this will be corrected in 9.3.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +