what's the meaning of key?

From: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: what's the meaning of key?
Date: 2023-02-05 04:09:10
Message-ID: 202302051209093664344@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I'm doing research on heap_am, and for heap_beginscan func, I find
out that there is a arg called nkeys, I use some sqls as examples like
'select * from t;' and 'select * from t where a = 1', but it is always zero,
can you give me some descriptions for this? what's it used for?

jacktby(at)gmail(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jacktby@gmail.com 2023-02-05 04:29:40 Where is the filter?
Previous Message Michael Paquier 2023-02-05 01:30:25 Re: pg_stat_statements and "IN" conditions