How many byte Unique integers does OIDs in PostgreSQL have?



How many byte Unique integers does OIDs in PostgreSQL have?..

Answer / Bhupendra Kumar

OIDs (Object Identifiers) in PostgreSQL use 4 bytes (32 bits) to represent unique integer values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

Explain about database administration tools?

1 Answers  


This message is received in response to the query SELECT * FROM JA_Party. I would like to know what am I doing wrong. ERROR: relation "ja_party" does not exist LINE 1: SELECT * FROM JA_Party ^ ********** Error ********** ERROR: relation "ja_party" does not exist SQL state: 42P01 Character: 15

1 Answers  


What is shared buffer in postgres?

1 Answers  


What is postgresql? Explain the history of postgresql.

1 Answers  


How do I add one column in postgresql?

1 Answers  


What is postgis extension?

1 Answers  


What is sequence in postgresql?

1 Answers  


State some of the advanced features of PostgreSQL?

1 Answers  


How do you change the name of a column?

1 Answers  


What is serial data type in postgresql?

1 Answers  


i have three table 1. student (stuid,name) 2. subject (subid,sname,studid) 3. marks (subid,studentid,marks) i want the reslut of how as got max marks in each subject sudentname,max(marks), name abc,70,nikitha

1 Answers   CMC,


Where are postgres databases stored?

1 Answers  


Categories