Re: [pgadmin-support] Indexes generated for primary key are not show

2004-02-12 Thread Christopher Kings-Lynne
In phpPgAdmin, we list them separately as well, however it did require some thinking. In the end I decided to display things in the way the SQL spec lays them out. All constraints together, etc. And do you display indexes which are automatically generated by PRIMARY KEY constraint? No. The ind

Re: [pgadmin-support] Indexes generated for primary key are not show

2004-02-12 Thread Constantin Stefanov
Christopher Kings-Lynne wrote: >> I can't completely agree with you. I use only PostgreSQL, but I used to >> help my colleague working with Oracle (he was a novice), and I looked at >> his result of EXPLAIN (it was different from what PostgreSQL gives, but >> quite clear). I am not sure that in eve