SQWareProduction:postgres:lib:sqwpg GatherStructure.lib : Différence entre versions
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Ligne 5 : | Ligne 5 : | ||
<pre> | <pre> | ||
gfsqw_GenListDatabase > $gvsqw_TmpFile.lst | gfsqw_GenListDatabase > $gvsqw_TmpFile.lst | ||
+ | gfsqw_InsertIndicators "columns informations" | ||
+ | gfsqw_InsertIndicators "indexes informations" | ||
+ | gfsqw_InsertIndicators "tables informations" | ||
lfsqw_Columns => | lfsqw_Columns => | ||
lfsqw_GatherTables => | lfsqw_GatherTables => | ||
lfsqw_Indexes => | lfsqw_Indexes => | ||
+ | lfsqw_InsertColumnsDifferences | ||
+ | lfsqw_InsertIndexesDifferences | ||
+ | lfsqw_InsertStructureOk "columns" | ||
+ | lfsqw_InsertStructureOk "indexes" | ||
+ | lfsqw_InsertStructureOk "tables" | ||
+ | lfsqw_InsertTablesDifferences | ||
lfsqw_PrepareColumnsDifferences | lfsqw_PrepareColumnsDifferences | ||
lfsqw_PrepareIndexesDifferences | lfsqw_PrepareIndexesDifferences | ||
− | lfsqw_PrepareTablesDifferences | + | lfsqw_PrepareTablesDifferences |
lfsqw_Tables => | lfsqw_Tables => | ||
</pre> | </pre> |
Version du 8 mars 2020 à 18:29
librairies de fonctions shell $gvsqw_PgBin/../lib/sqwpg_GatherStructure.lib:
lib for sqwpg_GatherStructure.ksh
Explication des fonctions:
gfsqw_GenListDatabase > $gvsqw_TmpFile.lst gfsqw_InsertIndicators "columns informations" gfsqw_InsertIndicators "indexes informations" gfsqw_InsertIndicators "tables informations" lfsqw_Columns => lfsqw_GatherTables => lfsqw_Indexes => lfsqw_InsertColumnsDifferences lfsqw_InsertIndexesDifferences lfsqw_InsertStructureOk "columns" lfsqw_InsertStructureOk "indexes" lfsqw_InsertStructureOk "tables" lfsqw_InsertTablesDifferences lfsqw_PrepareColumnsDifferences lfsqw_PrepareIndexesDifferences lfsqw_PrepareTablesDifferences lfsqw_Tables =>