diff --git a/docs/en_US/appendices.rst b/docs/en_US/appendices.rst index 45ef561..a02a1e2 100644 --- a/docs/en_US/appendices.rst +++ b/docs/en_US/appendices.rst @@ -13,6 +13,8 @@ Contents: team translation_team licence + kerberos + openssl pgAdmin includes software from the OpenSSL and MIT Kerberos projects: diff --git a/docs/en_US/default-xsl.rst b/docs/en_US/default-xsl.rst new file mode 100644 index 0000000..c69bd5e --- /dev/null +++ b/docs/en_US/default-xsl.rst @@ -0,0 +1,217 @@ +.. _default-xsl: + + +********************** +Default XSL Stylesheet +********************** + +For reference, and as a starting point for your own stylesheets, +the builtin stylesheet that pgadmin uses to render XHTML report output +from XML report data is included below. This stylesheet includes +the default HTML stylesheet that will be embedded into a report to +give it the pgadmin look and feel. + +:: + + + + + + + + + + <xsl:value-of select="header/title" /> + + + + + + +
+ + +

+
+ + + Generated:
+
+ + + Server:
+
+ + + Database:
+
+ + + Catalog:
+
+ + + Schema:
+
+ + + Table:
+
+ + + Job:
+
+ +
+ + +
+ Notes:

+ + + +
+
+ +
+ + + +
+ +
+ Report generated by Postgres Enterprise Manager™ +
+ +
+ + + +
+ + + +

+
+ + + + + + + + + + + + + +
+
+ +

+
+
+ + +
+          
+             
+          
+        
+
+
+ + + + + % + + + + + + + + + + + + ReportDetailsOddDataRow + + + ReportDetailsEvenDataRow + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+ +
+ +.. toctree:: + :maxdepth: 2 + + sample-xml diff --git a/docs/en_US/main.rst b/docs/en_US/main.rst index 1788481..5483d6b 100644 --- a/docs/en_US/main.rst +++ b/docs/en_US/main.rst @@ -67,3 +67,11 @@ using doesn't support the feature, or that this property can't be changed by design, or that your user privileges won't allow you to change it. +You can search for objects in the database using the :ref:`Search Tool ` + +Contents: + +.. toctree:: + :maxdepth: 2 + + search \ No newline at end of file diff --git a/docs/en_US/reports.rst b/docs/en_US/reports.rst index de39899..b4a04f1 100644 --- a/docs/en_US/reports.rst +++ b/docs/en_US/reports.rst @@ -50,3 +50,9 @@ The default :ref:`XSL stylesheet ` used to render XHTML output can be used as a starting point for your own, and sample :ref:`XML data ` may also be reviewed if required. +Contents: + +.. toctree:: + :maxdepth: 2 + + default-xsl diff --git a/docs/en_US/sample-xml.rst b/docs/en_US/sample-xml.rst new file mode 100644 index 0000000..5ea1c0f --- /dev/null +++ b/docs/en_US/sample-xml.rst @@ -0,0 +1,66 @@ +.. _sample-xml: + + +*************** +Sample XML Data +*************** + +The sample report below demonstrates the XML format that the +pgadmin :ref:`Report Tool ` will produce. + +:: + + + + + + +
+ + + + Sample XML file + This is a sample XML file. + 10/05/2006 11:21:23 + localhost:5432 + postgres + public + pg_ts_cfg
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + 3 rows with 4 columns retrieved. + +
+ + + + SELECT oid, * FROM pg_ts_cfg + +
+ +
+ diff --git a/docs/en_US/search.rst b/docs/en_US/search.rst index 98cc559..11ad0f7 100644 --- a/docs/en_US/search.rst +++ b/docs/en_US/search.rst @@ -5,7 +5,7 @@ Object search ************* -.. image:: images/query.png +.. image:: images/search.png With this dialog, you can search for almost any kind of objects in a