# We can dump the schema from a running Decimail system: schema.sql: pg_dump -C -s -U decimail decimail > schema.sql # Advantages: it will correctly reflect incremental changes to the schema # that are made interactively. # Disadvantages: it includes all the tsearch stuff, which is not easily # filtered out.