On Thu, 5 Mar 2009 11:48:17 -0400
Jhonny Velasquez c. <jhon_v...@hotmail.com> wrote:

>    $result=pg_query( $linkacademica,"SELECT personas.nombres,
> personas.paterno, s.direccion, s.telefono, FROM personas INNER
                                         ^^^^^

> JOIN dblink('dbname=bdsiap port=5432 host=localhost user=usuario
> password=clave,'SELECT idpersona, direccion, telefono FROM
> personasdatosactualizables') AS s(idpersona character(15),
> direccion character varying(50), telefono character varying(25))
> ON personas.idpersona = s.idpersona");

Please don't cross post and this is supposed to be an English list
(am I right?).
Most of the people here will see your post as noise here.

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it


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

Reply via email to