Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lacanoid authored Jul 7, 2021
1 parent 6f0aba6 commit a9d6c9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ You can use something like:

SELECT ddlx_create(oid) FROM pg_database WHERE datname=current_database();

Options are optional and are passed as text array, for example `{ine,nodcl}`. They specify extra options on how things DDL should be.

Currently supported options are:
Options are optional and are passed as text array, for example `{ine,nodcl}`. They specify extra options on how things DDL should be. Currently supported options are:

* `drop` - include DROP statements in a script. These are commented out by otherwise.
* `noalter` - do not include alter or dcl statements
Expand Down

0 comments on commit a9d6c9a

Please sign in to comment.