Re: [GENERAL] International Address Format Standard

2000-06-17 Thread Gunther Schadow
Ron, the Universal Postal Union [http://www.upu.int] keeps some record about internationally used address formats. However, what they have is also not a standard, but more of an inventory of national peculiarities [http://www.upu.int/addressing/AN/AN.pdf]. In HL7, an international health care s

Re: [GENERAL] Large objects + JDBC

1999-12-13 Thread Gunther Schadow
Marcin Mazurek - Multinet SA - Poznan wrote: > Hi, > I'm put several gifa into a table. I did as a exercise:) form psql using: > INSERT INTO images (id, data) > VALUES (3, lo_import('/usr/local/apache/servlets/images/a.gif')); are you sure this lo_import(...) thing in the SQL will work? I hav