Re: [HACKERS] Discarding the resulting rows

2010-04-26 Thread Murali M. Krishna
; , "Kevin Grittner" , pgsql-hackers@postgresql.org, "Murali M. Krishna" Date: Monday, April 26, 2010, 1:25 PM Jaime Casanova writes: > On Mon, Apr 26, 2010 at 3:03 PM, Robert Haas wrote: >> On Mon, Apr 26, 2010 at 3:36 PM, Kevin Grittner >> wrote: >>&g

[HACKERS] Discarding the resulting rows

2010-04-26 Thread Murali M. Krishna
Hello Hackers: Two questions. 1. I would like to execute queries such as select * from part and time the query. But I want to ignore how much time is taken for printing the result to a file or the screen. Basically, I would like to discard the result rows after doing all the work required t

Re: [HACKERS] debugger question

2010-04-12 Thread Murali M. Krishna
: to...@tuxteam.de Subject: Re: [HACKERS] debugger question To: "Murali M. Krishna" Cc: pgsql-hackers@postgresql.org Date: Monday, April 12, 2010, 9:28 PM -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Apr 12, 2010 at 08:31:38PM -0700, Murali M. Krishna wrote: > Hello: >

[HACKERS] debugger question

2010-04-12 Thread Murali M. Krishna
Hello: I am brand new to Postgresql. I ran the following commands. ./configure gmake su gmake install adduser postgres mkdir /usr/local/pgsql/data chown postgres /usr/local/pgsql/data su - postgres /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data /usr/local/pgsql/bin/postmaster -D /usr/local/