Author: cito Date: Thu Jan 14 20:27:05 2016 New Revision: 746 Log: Make references in the Postgres tutorial functional
Modified: branches/4.x/docs/contents/postgres/advanced.rst branches/4.x/docs/contents/postgres/basic.rst branches/4.x/docs/contents/postgres/func.rst branches/4.x/docs/contents/postgres/syscat.rst trunk/docs/contents/postgres/advanced.rst trunk/docs/contents/postgres/basic.rst trunk/docs/contents/postgres/func.rst trunk/docs/contents/postgres/syscat.rst Modified: branches/4.x/docs/contents/postgres/advanced.rst ============================================================================== --- branches/4.x/docs/contents/postgres/advanced.rst Thu Jan 14 20:16:23 2016 (r745) +++ branches/4.x/docs/contents/postgres/advanced.rst Thu Jan 14 20:27:05 2016 (r746) @@ -1,6 +1,8 @@ Examples for advanced features ============================== +.. py:currentmodule:: pg + In this section, we show how to use some advanced features of PostgreSQL using the classic PyGreSQL interface. Modified: branches/4.x/docs/contents/postgres/basic.rst ============================================================================== --- branches/4.x/docs/contents/postgres/basic.rst Thu Jan 14 20:16:23 2016 (r745) +++ branches/4.x/docs/contents/postgres/basic.rst Thu Jan 14 20:27:05 2016 (r746) @@ -1,6 +1,8 @@ Basic examples ============== +.. py:currentmodule:: pg + In this section, we demonstrate how to use some of the very basic features of PostgreSQL using the classic PyGreSQL interface. Modified: branches/4.x/docs/contents/postgres/func.rst ============================================================================== --- branches/4.x/docs/contents/postgres/func.rst Thu Jan 14 20:16:23 2016 (r745) +++ branches/4.x/docs/contents/postgres/func.rst Thu Jan 14 20:27:05 2016 (r746) @@ -1,6 +1,8 @@ Examples for using SQL functions ================================ +.. py:currentmodule:: pg + We assume that you have already created a connection to the PostgreSQL database, as explained in the :doc:`basic`:: Modified: branches/4.x/docs/contents/postgres/syscat.rst ============================================================================== --- branches/4.x/docs/contents/postgres/syscat.rst Thu Jan 14 20:16:23 2016 (r745) +++ branches/4.x/docs/contents/postgres/syscat.rst Thu Jan 14 20:27:05 2016 (r746) @@ -1,6 +1,8 @@ Examples for using the system catalogs ====================================== +.. py:currentmodule:: pg + The system catalogs are regular tables where PostgreSQL stores schema metadata, such as information about tables and columns, and internal bookkeeping information. You can drop and recreate the tables, add columns, insert and Modified: trunk/docs/contents/postgres/advanced.rst ============================================================================== --- trunk/docs/contents/postgres/advanced.rst Thu Jan 14 20:16:23 2016 (r745) +++ trunk/docs/contents/postgres/advanced.rst Thu Jan 14 20:27:05 2016 (r746) @@ -1,6 +1,8 @@ Examples for advanced features ============================== +.. py:currentmodule:: pg + In this section, we show how to use some advanced features of PostgreSQL using the classic PyGreSQL interface. Modified: trunk/docs/contents/postgres/basic.rst ============================================================================== --- trunk/docs/contents/postgres/basic.rst Thu Jan 14 20:16:23 2016 (r745) +++ trunk/docs/contents/postgres/basic.rst Thu Jan 14 20:27:05 2016 (r746) @@ -1,6 +1,8 @@ Basic examples ============== +.. py:currentmodule:: pg + In this section, we demonstrate how to use some of the very basic features of PostgreSQL using the classic PyGreSQL interface. Modified: trunk/docs/contents/postgres/func.rst ============================================================================== --- trunk/docs/contents/postgres/func.rst Thu Jan 14 20:16:23 2016 (r745) +++ trunk/docs/contents/postgres/func.rst Thu Jan 14 20:27:05 2016 (r746) @@ -1,6 +1,8 @@ Examples for using SQL functions ================================ +.. py:currentmodule:: pg + We assume that you have already created a connection to the PostgreSQL database, as explained in the :doc:`basic`:: Modified: trunk/docs/contents/postgres/syscat.rst ============================================================================== --- trunk/docs/contents/postgres/syscat.rst Thu Jan 14 20:16:23 2016 (r745) +++ trunk/docs/contents/postgres/syscat.rst Thu Jan 14 20:27:05 2016 (r746) @@ -1,6 +1,8 @@ Examples for using the system catalogs ====================================== +.. py:currentmodule:: pg + The system catalogs are regular tables where PostgreSQL stores schema metadata, such as information about tables and columns, and internal bookkeeping information. You can drop and recreate the tables, add columns, insert and _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
