alter table

From: 최진백 <webmaster(at)dbinfo(dot)co(dot)kr>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: alter table
Date: 1999-06-06 10:16:38
Message-ID: 990606192514235000@nt001
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi all !
I want to modify tb_guest table.

create table tb_guest (
date varchar(8) not null,
time varchar(6) not null,
name varchar(20) not null,
url varchar(25),
ip varchar(15),
browser varchar(50),
email varchar(40),
home varchar(50),
content varchar(2000)
);

home varchar(50) => home varchar(80)

Thanks for your reading.

With Best Regards,
CHOI JINBAEK.

Browse pgsql-general by date

  From Date Subject
Next Message Herouth Maoz 1999-06-06 14:22:27 Re: [GENERAL] reatedb: database creation failed on mydb
Previous Message Scott Alexander 1999-06-06 06:07:52 Looking for CASE tool for PostgreSQL