Column lenght - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Column lenght
Date
Msg-id 4.2.0.58.20011002171927.00a3e3a0@pop.freesurf.fr
Whole thread Raw
List 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

pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: Table modification
Next
From: Dave Page
Date:
Subject: Re: Table modification