Hi, in 7.3 this changed. type :
CREATE DOMAIN lo AS oid; And everything works well. Daniel <[EMAIL PROTECTED]> schrieb im Newsbeitrag OF0B8A93EA.20F6C498-ON65256CC3.0043C73A@LocalDomain">news:OF0B8A93EA.20F6C498-ON65256CC3.0043C73A@LocalDomain... > Hi, > I need to create a large object - a photograph and work with it. I would be > using ODBC (application on Windows NT , db server on Linux) > The doc at > http://gborg.postgresql.org/project/psqlodbc/faq/faq.php?faq_id=52 > suggests creating a custom type like this. > create type lo ( > internallength=4, > externallength=10, > input=int4in, > output=int4out, > default='', > passedbyvalue > ); > > I need to define the input & output functions (int4in and int4out). > Can someone give me a clue as to how these functions should be defined? > Some sample code would really help me. > > Regards, > Manoj > > > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html
