Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql General > redundants inde...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 8 Topic 15974 of 17437
Post > Topic >>

redundants indexes can be created

by scetbon@[EMAIL PROTECTED] (Cyril SCETBON) Jul 4, 2008 at 11:54 AM

Hi guys,

Why postgres does not disallow creating redundants indexes ? Is it the
same behaviour in postgresql 8.3 ?

postgres=# \d t1
             Table "public.t1"
Column |         Type          | Modifiers
--------+-----------------------+-----------
id     | integer               | not null
name   | character varying(20) |
Indexes:
    "t1_pkey" PRIMARY KEY, btree (id)
    "idx" btree (id)
    "idx2" btree (id)
    "idx3" btree (id)
    "idx4" btree (id)
    "idx5" btree (id)


Regards
-- 
Cyril SCETBON


-- 
Sent via pgsql-general mailing list (pgsql-general@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
 




 8 Posts in Topic:
redundants indexes can be created
scetbon@[EMAIL PROTECTED]  2008-07-04 11:54:37 
Re: redundants indexes can be created
depesz@[EMAIL PROTECTED]   2008-07-04 12:02:58 
Re: redundants indexes can be created
scetbon@[EMAIL PROTECTED]  2008-07-04 12:09:35 
Re: redundants indexes can be created
dev@[EMAIL PROTECTED] (R  2008-07-04 11:04:17 
Re: redundants indexes can be created
scetbon@[EMAIL PROTECTED]  2008-07-04 12:13:21 
Re: redundants indexes can be created
dev@[EMAIL PROTECTED] (R  2008-07-04 11:26:31 
Re: redundants indexes can be created
mailings@[EMAIL PROTECTED  2008-07-04 15:33:41 
Re: redundants indexes can be created
scetbon@[EMAIL PROTECTED]  2008-07-04 15:57:08 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 15:52:38 CST 2008.