Re: Different views of remote server

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: "Bob Pawley" <rjpawley(at)shaw(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org, "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
Subject: Re: Different views of remote server
Date: 2011-04-22 20:29:19
Message-ID: 201104221329.20214.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday, April 22, 2011 12:52:28 pm Bob Pawley wrote:
> Hi
>
> A little more research.
>
> I accessed the problem table as a remote connection using PGAdmin.
>
> I selected the cell that shows as being null and copied and pasted the
> contents into Word.
>
> The geom IS there.
>
> Using this method the geom is also present, but not visible, in the table I
> am accessing as a local connection. This is the remote database which I
> dumped and then restored as a local.
>
> These fields are not only not visible but they return null when I do a
> simple select query.
>
> I could really do with some suggestions.

Still waiting for a description of the table and the exact data type you are
using. Also are you sure it is really returning null and that you are not
looking at empty space at the beginning of the record?

>
> Bob
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bosco Rama 2011-04-22 20:43:44 DB Encoding enforcement
Previous Message Bob Pawley 2011-04-22 19:52:28 Re: Different views of remote server