[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["The latest version of the `PgOid` class is 2.37.0-rc, with numerous previous versions available for reference, ranging down to version 2.11.0."],["`PgOid` represents the PostgreSQL Object Identifier (OID) type, which is used as primary keys within system tables in the PostgreSQL dialect."],["The `PgOid` class supports standard copy, assignment, and move operations, adhering to the regular value type conventions."],["`PgOid` objects can be constructed via a default constructor that yields an OID of 0, or by providing a `std::uint64_t` value representing an unsigned four-byte integer."],["Conversion to an OID unsigned four-byte integer is possible via the operator `std::uint64_t()`."]]],[]]