Difference between revisions of "SQWareProduction:postgres:etc:.profile confort"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 5: Line 5:
 
<pre>
 
<pre>
 
  dmp => 'cd $gvsqw_RootDump; ls -al';
 
  dmp => 'cd $gvsqw_RootDump; ls -al';
 +
pitr => 'cd $gvsqw_RootPitr; ls -al';
 
  dbf => 'cd $gvsqw_RootDbf; ls -al';
 
  dbf => 'cd $gvsqw_RootDbf; ls -al';
 +
sqwarchmon => "$gvsqw_PgBin/sqwpg_SqwArchmon.ksh"
 +
SqwArchmon => "$gvsqw_PgBin/sqwpg_SqwArchmon.ksh"
 
</pre>
 
</pre>
 
<br>
 
<br>

Revision as of 21:22, 16 June 2014

File to put aliases $gvsqw_PgBin/../etc/.profile_confort:
Contains confort aliases of SQWareProduction for RDBMS postgres.

Alias explanation:

 dmp => 'cd $gvsqw_RootDump; ls -al';
 pitr => 'cd $gvsqw_RootPitr; ls -al';
 dbf => 'cd $gvsqw_RootDbf; ls -al';
 sqwarchmon => "$gvsqw_PgBin/sqwpg_SqwArchmon.ksh"
 SqwArchmon => "$gvsqw_PgBin/sqwpg_SqwArchmon.ksh"