Menu

generate output for all schemas

Help
2008-07-10
2013-05-29
  • Łukasz Bandzarewicz

    Hi! Awesome tool, but how to generate output for all database schemas (postgres for instance)?
    I've tried several combinations with -s option, but it takes only one parameter (schema name).

     
    • John Currier

      John Currier - 2008-07-11

      It looks like I haven't really documented the -all option.  It'll go through all of the schema in your database.  You'll typically use the optional -schemaSpec option to specify which schema to include (it's a regular expression) that defaults to ".*" (match everything).

       

Log in to post a comment.