Re: [GENERAL] Inserting large binary data into lo type table

2014-08-13 Thread Albe Laurenz
Jose Moreira wrote: I guess this is easy a question for the gurus, but afraid I cannot get te answer! I have this table: aif_test=# \d sbox; Table public.sbox Column | Type | Modifiers ++--- id | character

[GENERAL] Inserting large binary data into lo type table

2014-08-12 Thread Jose Moreira
I guess this is easy a question for the gurus, but afraid I cannot get te answer! I have this table: aif_test=# \d sbox; Table public.sbox Column | Type | Modifiers ++--- id | character varying(255) | not null data

Re: [GENERAL] Inserting large binary data into lo type table

2014-08-12 Thread Adrian Klaver
On 08/12/2014 06:20 AM, Jose Moreira wrote: I guess this is easy a question for the gurus, but afraid I cannot get te answer! I have this table: aif_test=# \d sbox; Table public.sbox Column | Type | Modifiers ++--- id