Re: [SQL] database design SQL prob. - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: [SQL] database design SQL prob.
Date
Msg-id 199907261337.JAA02203@candle.pha.pa.us
Whole thread Raw
In response to Re: [SQL] database design SQL prob.  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
List 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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] escaping wildcard chars
Next
From: Jim Rowan
Date:
Subject: Re: [SQL] RewriteDefine.c : Rule size