Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LARGE OBJECTS

Status
Not open for further replies.

chava45

Programmer
Jan 24, 2002
1
US
Unable create large objects in postgresql.

We have a postgresql database and I'm trying to create LARGE OBJECT in it. I'm unable to create it in my account. I'm a normal developer and don't have DBA privileges or access to pgsql superuser account. Moreover, How to create a LOB in pl/pgsql language. What are the limitations of the LOB objects and what are the alternatives available in place of LOBs.
Any help in this matter is appreciated and thanks in advance.
 
Did you try the 'oid' datatype?

There is documentation that discusses how to use the large objects in PostgreSQL.

Gary
gwinn7
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top