IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8043


Ignore:
Timestamp:
Aug 1, 2006, 3:29:08 PM (20 years ago)
Author:
jhoblitt
Message:

document pxadmin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/doc/install.pod

    r8036 r8043  
    194194=item * C<-pending>
    195195
     196    p0search -pending
     197
    196198=item * C<-done>
    197199
     
    202204=item * C<pxadmin>
    203205
     206This tool can be used to load/unload the database schema.  It has three modes of operation:
     207
     208=over 4
     209
     210=item * C<-create>
     211
     212Loads the database schema.
     213
     214=item * C<-delete>
     215
     216Deletes the database schema.
     217
     218=item * C<-recreate>
     219
     220Deletes the database schema then reloads it.
     221
     222=back
     223
    204224=item * C<pxinject>
    205225
    206 =cut
     226I<Injects> data directly into the database.  It has one mode parameter for each database table.  Note: support for only a few tables has been impliemented.
     227
     228=back
    207229
    208230=head2 Bypassing 'Summit Copy'
Note: See TracChangeset for help on using the changeset viewer.