Re: [BUGS] BUG #14492: Foreign Table import from SQL Server 2005

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [BUGS] BUG #14492: Foreign Table import from SQL Server 2005
Дата
Msg-id CAB7nPqQjDEXci2e4oQfJbu2uN+r0OmJeL593oHhmXH3RhhFgLg@mail.gmail.com
обсуждение исходный текст
Ответ на [BUGS] BUG #14492: Foreign Table import from SQL Server 2005  (jorgito14@gmail.com)
Ответы Re: [BUGS] BUG #14492: Foreign Table import from SQL Server 2005  (jorge castañeda <jorgito14@gmail.com>)
Список pgsql-bugs
On Thu, Jan 12, 2017 at 6:53 AM,  <jorgito14@gmail.com> wrote:
> I got this problem when i try to do a foreign table that is related from sql
> server 2005.
>
> I tried creating a foreign table called "m_itinerario2" where i just call
> the fields "MRN" and "sec_itinerario", when i do this, i got dc from server
> on PgAdmin 3 and on PgAdmin 4 i got crash problem.
>
> Any solution/sugestion?

And I guess that you go through tds_fdw (SQL server FDW) to create the
foreign table. You may want to see about this problem directly with
them:
https://github.com/tds-fdw/tds_fdw
-- 
Michael


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: jorgito14@gmail.com
Дата:
Сообщение: [BUGS] BUG #14492: Foreign Table import from SQL Server 2005
Следующее
От: Amit Langote
Дата:
Сообщение: Re: [BUGS] Problem with declarative partitioning and COPY FROM