From a9d6c9ae4a46e1cffd7db6ea13a19af73bf782ca Mon Sep 17 00:00:00 2001 From: lacanoid Date: Wed, 7 Jul 2021 05:09:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a5e97c7..c35b045 100644 --- a/README.md +++ b/README.md @@ -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