which one is faster - Mailing list pgsql-performance

From AI Rumman
Subject which one is faster
Date
Msg-id AANLkTimgjmGCcxjSmf6BvQ=BBGLBrMspfcFgWhrpsVVr@mail.gmail.com
Whole thread Raw
Responses Re: which one is faster  (Szymon Guz <mabewlun@gmail.com>)
Re: which one is faster  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
List pgsql-performance
Which one is faster?
select count(*) from talble
or
select count(id) from table
where id is the primary key.

pgsql-performance by date:

Previous
From: Scott Carey
Date:
Subject: Re: BBU Cache vs. spindles
Next
From: Szymon Guz
Date:
Subject: Re: which one is faster