Column lenght

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Column lenght
Date: 2001-10-02 15:34:03
Message-ID: 4.2.0.58.20011002171927.00a3e3a0@pop.freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello,

Try the following query:
create table essai(
ID char(12) not null,
primary key (id)
);

The definition pane displays no lenght:
CREATE TABLE "essai" (
"id" bpchar NOT NULL,
CONSTRAINT "essai_pkey" PRIMARY KEY ("id")
);

The property editor show the correct column lenght.

Cheers,
Jean-Michel

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2001-10-02 16:09:21 Re: Table modification
Previous Message Jean-Michel POURE 2001-10-02 14:51:13 Re: Table modification