Re: External table def not showing data type in 1.14.3

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: "Little, Douglas" <DOUGLAS(dot)LITTLE(at)orbitz(dot)com>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: External table def not showing data type in 1.14.3
Date: 2012-06-13 19:09:55
Message-ID: 1339614595.2035.6.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, 2012-06-12 at 09:40 -0500, Little, Douglas wrote:
> In gpadmin running on win7/32bit against greenplum 4.1.2.4 external tables columns are showing without a data type
> CREATE EXTERNAL TABLE etl_stage_tbls.ext_dim_sitevisit
> (
> md5hash ,
> visitid ,
> visit1ofacctdayind ,
> visit1ofacctind ,
> visit1oftdayind ,
> intentpurchaseind ,
> intentsearchind ,
> intentsvcactind ,
> intentsvcitinind ,
> ip ,
> ...
>
> This is the query being executed by pgadmin
> The results show the datatype. Is there possibly a display problem?

According to the code, it should show the columns datatypes. I have no
idea why it doesn't and I don't have a Greenplum database to check that.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Nelson A. de Oliveira 2012-06-14 18:29:40 Segmentation fault with pgadmin3
Previous Message Little, Douglas 2012-06-12 14:40:21 External table def not showing data type in 1.14.3