Re: creation of tables with warnings

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "SHARMILA JOTHIRAJAH" <sharmi_jo(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: creation of tables with warnings
Date: 2007-09-17 18:40:11
Message-ID: dcc563d10709171140n2da027f1v17fad739fac4202c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/17/07, SHARMILA JOTHIRAJAH <sharmi_jo(at)yahoo(dot)com> wrote:
> sorry about that. I copied it.This is proper one
> create table foo(col1 varchar);
>
> i use aqua studio

Can you copy the error too? Or is it in some kind of popup that makes
it hard to do? It just seems odd that you get a warning with nothing
in it. You might wanna try issuing your create table statement from
psql and see what it says. Some clients munge the output from
postgresql into something other than useful. :)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roberto Spier 2007-09-17 20:28:50 Re: New/Custom DataType - Altering definition / seeing definition in pgAdmin3
Previous Message SHARMILA JOTHIRAJAH 2007-09-17 18:21:18 Re: creation of tables with warnings