Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA09904; Wed, 8 Jul 92 09:05:12 -0700
Date: Wed, 8 Jul 92 09:05:12 -0700
Message-Id: <9207081605.AA09904@postgres.Berkeley.EDU>
From: syen@zonker.cs.berkeley.edu (STEPHEN CHING-SING YEN)
Subject: null and simple retrieve times
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


Does anyone out there who knows how to use libpq have any data about
how long postgres takes to do a null query and a single tuple fetch?

example null query - "retrieve (x = 1)" 
example single tuple fetch - "retrieve (emp.all) where emp.id = 123"

Steve Yen
syen@postgres.Berkeley.Edu        <--- a new postgres user, not developer!
415-642-9585


