Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 460 Bytes

File metadata and controls

19 lines (12 loc) · 460 Bytes

SYNOPSIS

./pgedge spock sequence-convert SEQUENCE DB <flags>

DESCRIPTION

Convert sequence(s) to snowflake sequences. 

Example: spock sequence-convert 'public.*' demo

POSITIONAL ARGUMENTS

SEQUENCE
    The sequence name. To convert all sequences matching a pattern use single quotes and * as a wildcard. Examples: '*', myseq, 'public.*'
DB
    The name of the database. Example: demo

FLAGS

-t, --type=TYPE