diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-12-21 05:29:46 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-12-21 05:29:46 +0000 |
| commit | 491545fff4f1a58f669e777d7c5e3ec932963a77 (patch) | |
| tree | 0200144d65817ff491bce359f3be74b0cc8666d7 /contrib/dbase/README.dbf2pg | |
| parent | 5446b1ba729954a038a7d058662a58d1c130158d (diff) | |
| download | postgresql-491545fff4f1a58f669e777d7c5e3ec932963a77.tar.gz | |
Do not require iconv for dbase conversion.
Diffstat (limited to 'contrib/dbase/README.dbf2pg')
| -rw-r--r-- | contrib/dbase/README.dbf2pg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/dbase/README.dbf2pg b/contrib/dbase/README.dbf2pg index 167055c856..7203be4029 100644 --- a/contrib/dbase/README.dbf2pg +++ b/contrib/dbase/README.dbf2pg @@ -97,17 +97,20 @@ dbf2sql(1L) dbf2sql(1L) fied charset. Example: -F IBM437 Consult your system documentation to see the con- - vertions available. + versions available. This requires iconv to be enabled + in the compile. -T charset_to Together with -F charset_from , it converts the data to the specified charset. Default is - "ISO-8859-1". + "ISO-8859-1". This requires iconv to be enabled + in the compile. ENVIRONMENT This program is affected by the environment-variables as used by "PostgresSQL." See the documentation of Post- - gresSQL for more info. This program requires libiconv. + gresSQL for more info. This program can optionally use iconv + character set conversion routines. BUGS Fields larger than 8192 characters are not supported and |
