Some more indexterm - Mailing list pgsql-docs

From Guillaume Lelarge
Subject Some more indexterm
Date
Msg-id 474C9090.6070301@lelarge.info
Whole thread Raw
Responses Re: Some more indexterm  (Bruce Momjian <bruce@momjian.us>)
Re: Some more indexterm  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
Hi all,

During a training course last week, a customer told me he found strange
that current_user is not available on the documentation's index. I think
he's right, so I made this little patch thats adds indexterm tags for
current_database, current_schema and current_user.

Please apply if you find this interesting.

Regards.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com
Index: doc/src/sgml/func.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/func.sgml,v
retrieving revision 1.412
diff -r1.412 func.sgml
10710a10711,10722
>     <primary>current_database</primary>
>    </indexterm>
>
>    <indexterm>
>     <primary>current_schema</primary>
>    </indexterm>
>
>    <indexterm>
>     <primary>current_user</primary>
>    </indexterm>
>
>    <indexterm>

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: create_index inconsistency (patch)
Next
From: Bruce Momjian
Date:
Subject: Re: Some more indexterm