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>
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to