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

2004-05-17 Thread Constantin Stefanov
Andreas Pflug wrote: > We deliberately do *not* support anything that psql does. psql bears a > lot of ancient stuff, since it has developed from very early pgsql > versions. psql works one level below pgAdmin3, showing all the raw stuff > regardless whether it's useful nowadays or not, e.g. const

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

2004-02-12 Thread Constantin Stefanov
onvenient tool. But I asked for it because in my opinion it will make PgAdmin more convenient. The final desicion is, of course, made by developers, I only try to convince them that my suggestion makes sense. Thanks for your attention. -- Constantin Stefanov ---(e

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

2004-02-11 Thread Constantin Stefanov
clear). I am not sure that in every database engine PRIMARY KEY constraint is implemented using index. So you give some astonishment to people not familiar with PostgreSQL but familiar with some other DBMS and able to understand result of EXPLAIN. -- Constantin Stefanov -

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

2004-02-09 Thread Constantin Stefanov
SQL (but it is less convenient than PgAdmin). As for me, when working with and something seems strange, it is psql where I look for final answer. -- Constantin Stefanov ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

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

2004-02-09 Thread Constantin Stefanov
e for such indexes there should be no generated SQL when you select it (or some text that warns that this index is system-generated). -- Constantin Stefanov ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriat

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

2004-02-09 Thread Constantin Stefanov
uch indexes, such duplication is not a problem at all - if you turn this option on (it may be off by default), you know what you are doing and know that some constraints may be duplicated as indexes. -- Constantin Stefanov ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[pgadmin-support] Indexes generated for primary key are not show by PgAdminIII.

2004-01-28 Thread Constantin Stefanov
xes in the left frame. Sometimes it is useful to see all indexes on the table (for example, when trying to understand planner decisions), because planner makes use of those indexes. So I suggest PgAdmin to show all indexes (user and system-generated) or to have an option to show them all. -- Cons

[pgadmin-support] Estimated rowcount bug not fixed in pgadmin3 1.0.2.

2003-12-23 Thread Constantin Stefanov
I read message about "pgadmin 1.0.2" released. In Help->About it says that it is "Version 1.0.2 (28 Nov 2003)". -- Constantin Stefanov ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [pgadmin-support] Very slow viewing of large table.

2003-10-23 Thread Constantin Stefanov
, reltuples FROM pg_class where relname='ip_accounting'; relname| reltuples ---+- ip_accounting | 7.71493e+07 -- May be there is some overflow or incorrect result parsing? -- Constantin Stefanov ---(end of

Re: [pgadmin-support] Very slow viewing of large table.

2003-10-22 Thread Constantin Stefanov
Dave Page wrote: -Original Message- From: Constantin Stefanov [mailto:[EMAIL PROTECTED] Sent: 22 October 2003 14:53 To: [EMAIL PROTECTED] Subject: [pgadmin-support] Very slow viewing of large table. When in PgAdmin3 I click on a large table, it waits before opening it. As far as I

[pgadmin-support] Very slow viewing of large table.

2003-10-22 Thread Constantin Stefanov
about. Am I searching in the wrong place or there is no capability for cancelling count queries? -- Constantin Stefanov ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]