mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-10-15 03:28:28 +08:00
Added -N documentation in man pages
This commit is contained in:
@@ -12,12 +12,13 @@ DESCRIPTION
|
|||||||
OPTIONS
|
OPTIONS
|
||||||
-H Supress header row
|
-H Supress header row
|
||||||
-Q Don't wrap text-like fields (text, memo, date) in quotes. If not specified text fiels will be surrounded by " (double quote) characters.
|
-Q Don't wrap text-like fields (text, memo, date) in quotes. If not specified text fiels will be surrounded by " (double quote) characters.
|
||||||
-d Specify an alternative column delimiter If no delimiter is specified, table names will be delimited by a , (comma) character.
|
-d Specify an alternative column delimiter If no delimiter is specified, table names will be delimited by a , (comma) character.
|
||||||
-R Specify a row delimiter
|
-R Specify a row delimiter
|
||||||
-I INSERT statements (instead of CSV). You must specify the SQL dialect.
|
-I INSERT statements (instead of CSV). You must specify the SQL dialect.
|
||||||
-D Set the date format (see strftime(3) for details)
|
-D Set the date format (see strftime(3) for details)
|
||||||
-q Use to wrap text-like fields. Default is ".
|
-q Use to wrap text-like fields. Default is ".
|
||||||
-X Use to escape quoted characters within a field. Default is doubling.
|
-X Use to escape quoted characters within a field. Default is doubling.
|
||||||
|
-N namespace Prefix identifiers with namespace.
|
||||||
|
|
||||||
|
|
||||||
NOTES
|
NOTES
|
||||||
|
@@ -11,6 +11,7 @@ DESCRIPTION
|
|||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-T <table>, --table <table> Single table option. Create schema for this table only. Default is to export all tables.
|
-T <table>, --table <table> Single table option. Create schema for this table only. Default is to export all tables.
|
||||||
|
-N namespace Prefix identifiers with namespace.
|
||||||
--drop-table Issue DROP TABLE statement.
|
--drop-table Issue DROP TABLE statement.
|
||||||
--no-drop-table Don't issue DROP TABLE statement. This is the default.
|
--no-drop-table Don't issue DROP TABLE statement. This is the default.
|
||||||
--not-null Issue NOT NULL constraints. This is the default.
|
--not-null Issue NOT NULL constraints. This is the default.
|
||||||
|
Reference in New Issue
Block a user