IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23862


Ignore:
Timestamp:
Apr 14, 2009, 3:25:41 PM (17 years ago)
Author:
Paul Price
Message:

Generate SQL for mirror tables from parsing SQL for regular tables.

Location:
trunk/ippTools/share
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/Makefile.am

    r23842 r23862  
     1pxadmin_create_mirror_tables.sql: pxadmin_create_tables.sql
     2        -$(RM) pxadmin_create_mirror_tables.sql
     3        $(SED) -n -e '/^  *$$/ d' -e '/./ H' -e '/;/ { x ; s/AUTO_INCREMENT//g ; s/\n//g ; s/,\{0,1\} *FOREIGN *KEY *(.*) *REFERENCES *[a-zA-Z]\{1,\}(.*)//g ; s/( */(/g ; s/ *)/)/g ; s/  */ /g ; p ; s/.*//g ; x }' pxadmin_create_tables.sql > pxadmin_create_mirror_tables.sql
     4
    15dist_pkgdata_DATA = \
    26     camtool_donecleanup.sql \
Note: See TracChangeset for help on using the changeset viewer.