Re: [SQL] database design SQL prob.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Cc: Don Yury <yura(at)vpcit(dot)ru>, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] database design SQL prob.
Date: 1999-07-26 13:37:49
Message-ID: 199907261337.JAA02203@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

> Thus spake Don Yury
> > > Not completely accurate. Create some tables using both methods then
> > However, if you create table with primary key, for example
> >
> > create table tab(
> > id int4 primary key,
> > ...
> > );
> >
> > and make dump of database, it will write in dump file
> >
> > create table tab(
> > id int4,
> > ...
> > );
> > create unique index "tab_pkey" on "tab" using btree ("id");
>
> So it does. I thought that this was fixed in 6.5 but it seems not. Is
> this on the TODO list?

No. Please give me a line to add.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-07-26 13:40:44 Re: [HACKERS] PATCH for pgconnection.h
Previous Message Vince Vielhaber 1999-07-26 13:37:14 Re: [HACKERS] postgres Web problem

Browse pgsql-sql by date

  From Date Subject
Next Message Dan Wilson 1999-07-26 13:48:10 Re: [GENERAL] escaping wildcard chars
Previous Message Herouth Maoz 1999-07-26 12:39:36 Re: [GENERAL] escaping wildcard chars