Re: Reading PG data from MySQL stored procedure

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Reading PG data from MySQL stored procedure
Дата
Msg-id 4EA0F2D4.8050606@ringerc.id.au
обсуждение исходный текст
Ответ на Re: Reading PG data from MySQL stored procedure  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Список pgsql-general
On 10/21/2011 11:21 AM, Gauthier, Dave wrote:
> A big part of thisinquiry has to do with feasibility.  Another option is to approach those who control that system
whichthe user has to use and get them to be more accommodating with regard to attaching to more than one DB and
realizingthat there are other DB engines than MySQL. 
>
> Armed with the info you guys have given me, I will propose to them that they ask their app provider the means to
attachto multiple ODBC served DBs (this thing is a Windows based app).  That way they can use MySQL and PG and whatever
elsethey might have to deal with in the future. 
>
> Many thanks for the input.  As I said, it was a long shot. So I got what I expected.  At least now I can tell them
thatI am not alone is my opinion that getting PG date througn MySQL is a bad idea. 

It's not necessarily a bad idea, it's just not going to be _possible_
with the constraints on their use of MySQL and their limited access to
the system.

It's really handy to be able to fetch data from one DB via another;
that's what dblink and dbilink in PostgreSQL are for. MySQL has various
foreign data engines for the same purpose. If the DBs of interest are
co-located it makes a LOT more sense to get one to pull data from the
other rather than sending it from DBa to a remote client that then sends
it back to DBb.

You just can't do that, because you don't seem to have any kind of
useful access to the system the DB runs on.

--
Craig Ringer




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

Предыдущее
От: "Gauthier, Dave"
Дата:
Сообщение: Re: Reading PG data from MySQL stored procedure
Следующее
От: Eric McKeeth
Дата:
Сообщение: Re: [BUGS] One-click installer, Windows 7 32-bit, and icacls.exe