diff options
Diffstat (limited to 'data/doc/manuals_generated/sisu_manual/sisu_postgresql/dom.xml')
-rw-r--r-- | data/doc/manuals_generated/sisu_manual/sisu_postgresql/dom.xml | 389 |
1 files changed, 389 insertions, 0 deletions
diff --git a/data/doc/manuals_generated/sisu_manual/sisu_postgresql/dom.xml b/data/doc/manuals_generated/sisu_manual/sisu_postgresql/dom.xml new file mode 100644 index 00000000..17955cd4 --- /dev/null +++ b/data/doc/manuals_generated/sisu_manual/sisu_postgresql/dom.xml @@ -0,0 +1,389 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<?xml-stylesheet type="text/css" href="../_sisu/css/dom.css"?> +<!-- Document processing information: + * Generated by: SiSU 0.59.0 of 2007w38/0 (2007-09-23) + * Ruby version: ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux] + * + * Last Generated on: Sun Sep 23 04:12:12 +0100 2007 + * SiSU http://www.jus.uio.no/sisu +--> + +<document> + +<head> + + <header> + <meta>Title:</meta> + <title> + SiSU - SiSU information Structuring Universe - Search [0.58] + </title> + </header> + + <header> + <meta>Creator:</meta> + <creator> + Ralph Amissah + </creator> + </header> + + <header> + <meta>Rights:</meta> + <rights> + Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 + </rights> + </header> + + <header> + <meta>Type:</meta> + <type> + information + </type> + </header> + + <header> + <meta>Subject:</meta> + <subject> + ebook, epublishing, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, search + </subject> + </header> + + <header> + <meta>Date created:</meta> + <date_created> + 2002-08-28 + </date_created> + </header> + + <header> + <meta>Date issued:</meta> + <date_issued> + 2002-08-28 + </date_issued> + </header> + + <header> + <meta>Date available:</meta> + <date_available> + 2002-08-28 + </date_available> + </header> + + <header> + <meta>Date modified:</meta> + <date_modified> + 2007-09-16 + </date_modified> + </header> + + <header> + <meta>Date:</meta> + <date> + 2007-09-16 + </date> + </header> + + + + + + +</head> + +<body> + +<heading1> + <heading> + <object id="1"> + <ocn>1</ocn> + <text>SiSU - SiSU information Structuring Universe - Search [0.58],<br /> Ralph Amissah</text> + </object> + </heading> + + <heading2> + <heading> + <object id="2"> + <ocn>2</ocn> + <text>SiSU Search</text> + </object> + </heading> + + <heading3> + <heading> + <object id="3"> + <ocn>3</ocn> + <nametag>?</nametag> + + <text>SiSU Postgresql</text> + </object> + </heading> + + <contents1> + <heading> + <object id="4"> + <ocn>4</ocn> + <nametag>postgresql</nametag> + + <text>1. Postgresql </text> + </object> + </heading> + <content> + + </content> + + <contents2> + <heading> + <object id="5"> + <ocn>5</ocn> + <nametag>1.1</nametag> + + <text>1.1 Name</text> + </object> + </heading> + <content> + + <object id="6"> + + + <ocn>6</ocn> + + + <text class="norm"><b>SiSU</b> - Structured information, Serialized Units - a document publishing system, postgresql dependency package</text> + + </object> + + + </content> + + </contents2> + + <contents2> + <heading> + <object id="7"> + <ocn>7</ocn> + <nametag>1.2</nametag> + + <text>1.2 Description</text> + </object> + </heading> + <content> + + <object id="8"> + + + <ocn>8</ocn> + + + <text class="norm">Information related to using postgresql with sisu (and related to the sisu_postgresql dependency package, which is a dummy package to install dependencies needed for <b>SiSU</b> to populate a postgresql database, this being part of <b>SiSU</b> - man sisu).</text> + + </object> + + + </content> + + </contents2> + + <contents2> + <heading> + <object id="9"> + <ocn>9</ocn> + <nametag>1.3</nametag> + + <text>1.3 Synopsis</text> + </object> + </heading> + <content> + + <object id="10"> + + + <ocn>10</ocn> + + + <text class="indent1"> sisu -D [instruction] [filename/wildcard if required]</text> + + </object> + + + <object id="11"> + + + <ocn>11</ocn> + + + <text class="indent1"> sisu -D --pg --[instruction] [filename/wildcard if required]</text> + + </object> + + + </content> + + </contents2> + + <contents2> + <heading> + <object id="12"> + <ocn>12</ocn> + <nametag>1.4</nametag> + + <text>1.4 Commands</text> + </object> + </heading> + <content> + + <object id="13"> + + + <ocn>13</ocn> + + + <text class="norm">Mappings to two databases are provided by default, postgresql and sqlite, the same commands are used within sisu to construct and populate databases however -d (lowercase) denotes sqlite and -D (uppercase) denotes postgresql, alternatively --sqlite or --pgsql may be used</text> + + </object> + + + <object id="14"> + + + <ocn>14</ocn> + + + <text class="norm"><b>-D or --pgsql</b> may be used interchangeably.</text> + + </object> + + + </content> + + <contents3> + <heading> + <object id="15"> + <ocn>15</ocn> + <nametag>1.4.1</nametag> + + <text>1.4.1 create and destroy database</text> + </object> + </heading> + <content> + + <object id="16"> + + + <ocn>16</ocn> + + + <text class="norm"><b>--pgsql --createall</b><br /> initial step, creates required relations (tables, indexes) in existing (postgresql) database (a database should be created manually and given the same name as working directory, as requested) (rb.dbi)</text> + + </object> + + + <object id="17"> + + + <ocn>17</ocn> + + + <text class="norm"><b>sisu -D --createdb</b><br /> creates database where no database existed before</text> + + </object> + + + <object id="18"> + + + <ocn>18</ocn> + + + <text class="norm"><b>sisu -D --create</b><br /> creates database tables where no database tables existed before</text> + + </object> + + + <object id="19"> + + + <ocn>19</ocn> + + + <text class="norm"><b>sisu -D --Dropall</b><br /> destroys database (including all its content)! kills data and drops tables, indexes and database associated with a given directory (and directories of the same name).</text> + + </object> + + + <object id="20"> + + + <ocn>20</ocn> + + + <text class="norm"><b>sisu -D --recreate</b><br /> destroys existing database and builds a new empty database structure</text> + + </object> + + + </content> + + </contents3> + + <contents3> + <heading> + <object id="21"> + <ocn>21</ocn> + <nametag>1.4.2</nametag> + + <text>1.4.2 import and remove documents</text> + </object> + </heading> + <content> + + <object id="22"> + + + <ocn>22</ocn> + + + <text class="norm"><b>sisu -D --import -v [filename/wildcard]</b><br /> populates database with the contents of the file. Imports documents(s) specified to a postgresql database (at an object level).</text> + + </object> + + + <object id="23"> + + + <ocn>23</ocn> + + + <text class="norm"><b>sisu -D --update -v [filename/wildcard]</b><br /> updates file contents in database</text> + + </object> + + + <object id="24"> + + + <ocn>24</ocn> + + + <text class="norm"><b>sisu -D --remove -v [filename/wildcard]</b><br /> removes specified document from postgresql database.</text> + + </object> + + + </content> + </contents3> + + + </contents2> + + + </contents1> + + </heading3> + + </heading2> + +</heading1> + +</body> + +</document> + |