From 6e56fb813c32531f6f72592a669082d5e7f38980 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Sun, 3 Mar 2013 11:22:24 +0900 Subject: [PATCH] add README file for Reports plugin with brief explanation of functionality --- plugins/Report/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plugins/Report/README diff --git a/plugins/Report/README b/plugins/Report/README new file mode 100644 index 00000000..62e41403 --- /dev/null +++ b/plugins/Report/README @@ -0,0 +1,23 @@ +About the phpPgAdmin Report Plugin +---------------------------------- + +The Report Plugin is a sample plugin for phpPgAdmin's plugin architecture. + +It enables you to create and save ad-hoc SQL queries as reports which +can be easily be executed from within phpPgAdmin. + +To save reports, this plugin requires the creation of a dedicated +database containing a single table; see the INSTALL file and the +sql/reports.sql file for details. + +Following installation, an icon for the Report plugin will appear +on the main overview page for each connected server. This provides +an overview of all reports saved for the entire server, and enables +executionm, editing and deletion of reports, as well as creation of +new reports from scratch. + +New reports can also be created while browsing table and view data, +a "create report" link is provided at the bottom of each data page +which pre-populates the report with the SQL used to generate the +data. + -- 2.39.5