What is the quickest query in the database? - Mailing list pgsql-general

From P G
Subject What is the quickest query in the database?
Date
Msg-id 20030220175207.85834.qmail@web13307.mail.yahoo.com
Whole thread Raw
Responses Re: What is the quickest query in the database?
Re: What is the quickest query in the database?
List pgsql-general
What is the quickest and least intrusive query in the
database that will always succeed?

select current_user;

-- OR --

select datname from pg_database where datname =
'some_database';

Or would it be something else?

TIA.

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

pgsql-general by date:

Previous
From: Eric B.Ridge
Date:
Subject: Fwd: REWRITE_INVOKE_MAX and "query may contain cycles"
Next
From: "Williams, Travis L, NPONS"
Date:
Subject: Re: max connections