This is a discussion on file oids within the pgsql Novice forums, part of the PostgreSQL category; --> hi, i understand that the oids are descouraged as primary keys becuase of possible duplication and possble lack of ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi, i understand that the oids are descouraged as primary keys becuase of possible duplication and possble lack of uniqueness. what has me worried now is that i'm storing files in my database and referencing the oids to these files in my tables. how do i treat this possible problem? thanx. ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |