ZongtianHou <zongtianhou@xxxxxxxxxx> writes: > Could I insert a row to table with specific row oid. just like insert into tbl values (xx,xx) oid=xx? Is there some syntax to do this? Nope, at least not in PG versions that have special oid columns at all. (Since v12, if you want an OID column, it's just a regular column.) regards, tom lane