Re: PostGres Tables in ArcSDE and ArcCatalog.

From: Michael Andrew Babb <babbm(at)uw(dot)edu>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: PostGres Tables in ArcSDE and ArcCatalog.
Date: 2010-09-01 00:58:04
Message-ID: FA6A2975AD158C4A850EE96CF41AB63B14BFBE02@BL2PRD0103MB034.prod.exchangelabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi Scott,

Of all things, ArcSDE does not like tables with names consisting of mixed case letters. In addition, ArcSDE does not like field names consisting of mixed case letters.

I changed the case of the field names and table names to all lowercase and ArcCatalog could see the tables just fine. However, PostGRES can interact with tables with mixed case letters just fine.

Thanks,

Mike

-----Original Message-----
From: Scott Marlowe [mailto:scott(dot)marlowe(at)gmail(dot)com]
Sent: Monday, August 30, 2010 11:40 PM
To: Michael Andrew Babb
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] PostGres Tables in ArcSDE and ArcCatalog.

On Mon, Aug 30, 2010 at 1:31 PM, Michael Andrew Babb <babbm(at)uw(dot)edu> wrote:
> Hi All,
> If I execute a make table query along the lines of "select * into
> SF30001_test from SF30001" I can interact with the table in ArcCatalog just
> fine.

what do
\z SF30001
\z SF30001_test
say about the permissions on the two tables?
--
To understand recursion, one must first understand recursion.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2010-09-01 13:42:10 Re: polygon overlay
Previous Message Gary Fu 2010-08-31 21:14:24 polygon overlay