Re: [GENERAL] PostgreSQL internals. Help needed

2006-05-21 Thread Luckys
It'd be great if on completion, you can publish the furnished ERD of the catalog structure, and other representation of the planner, optimizer etc.   Luckys.  On 5/22/06, Bruce Momjian <pgman@candle.pha.pa.us> wrote: Please read the developer's FAQ on our web site.  In fact the

Re: [GENERAL] to know

2006-04-24 Thread Luckys
s of books you can buy. HTH--  Richard Huxton  Archonet Ltd---(end of broadcast)---TIP 6: explain analyze is your friend -- regards, Luckys...

Re: [GENERAL] [SQL] Thoughts on a Isolation/Security problem.

2006-04-18 Thread Luckys
r any possible thoughts.---Achilleus---(end of broadcast)---TIP 4: Have you searched our list archives?   http://archives.postgresql.org-- regards, Luckys...

Re: Fw: [GENERAL] Performance UPDATE/INSERT

2006-04-11 Thread Luckys
rows where the inner table id is null. so you'll have select a.id,a.col,b.id,b.col from live a full outer join temp b. similar condition you can place in your where clause. eventually you'll end up in writing 2 sql's one for insert and one for update.   cool, Luckys.  On 4/11/06, MG &l

Re: [GENERAL] Performance UPDATE/INSERT

2006-04-11 Thread Luckys
a single complex insert/update sql would be always faster compared to having a cursor and manipulating the data. Again, it depends on what is the logic, and where actually you have the data.   cool. L.  On 4/11/06, MG <[EMAIL PROTECTED]> wrote: I can`t use COPY for INSERTs, because I have to manip

Re: [GENERAL] partial resultset in java

2006-03-21 Thread Luckys
x = 'bla' LIMIT 200 (Rows to be fetched) You can check the LIMIT and OFFSET clause in the SELECT statement. Again, the user would definately have further filter condition after retrieving 20K records, which you can deal before hand as I mentioned earlier.     thanks, regards Surabhi F

Re: [GENERAL] partial resultset in java

2006-03-21 Thread Luckys
I believe you should restrict number of rows that needs to be returned, or giving a choice to the user, although showing the total count. Even if you display all 20K records, no one is going to see them all,  you can even add one more LIKE condition to match the user's criteria.   On 3/22/06, Mic

Re: [GENERAL] hi problem with installing postgresql8.1

2006-03-15 Thread Luckys
Firstly, the existence of the Path would be there from previous installation, of which PG thinks data is already present. Secondly you should have logged in as another user and not administrator, e.g postgres which can be even a part of domain.   Luckys   Data directory error:  The specified data