Re: Moving data from SQL Server to Postgres via VFP ODBC Driver

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Moving data from SQL Server to Postgres via VFP ODBC Driver
Дата
Msg-id 11995.1281380594@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Moving data from SQL Server to Postgres via VFP ODBC Driver  (Calvin <calvinsmith266@hotmail.com>)
Список pgsql-odbc
Calvin <calvinsmith266@hotmail.com> writes:
> Is there any way to keep varying character fields from being padded out to their
> maximum length.

I suspect that your "varying" fields are in fact declared as just
CHAR(n).  Use VARCHAR(n), or if there isn't a particularly good reason
to have a specific length limit, use TEXT.

            regards, tom lane

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Richard Broersma
Дата:
Сообщение: Re: Moving data from SQL Server to Postgres via VFP ODBC Driver
Следующее
От: Michal Seliga
Дата:
Сообщение: i cannot use odbc with postgresql in linux