oracle has something called row id which nothing but a Pseudo column, is there any alternative of that present in postgres and EDB. if yes that what is that and if not how I can solve this issue.
for refernce
SELECT /*+ PARALLEL(2) FULL(t) */
rowid, account_id, service_id, charge_date
FROMemployee %s t;