[EMAIL PROTECTED] writes: > I have the following type : > ... > How can I insert a value in this table ? INSERT INTO entiers VALUES('1234') should work fine. BTW, change the "malloc" calls to "palloc" if you don't want to suffer from severe memory leakage problems. Otherwise the code seems OK, though I'd recommend a tad more validity checking in the input routine... regards, tom lane
- [SQL] insert values Ines . Klimann
- Re: [SQL] insert values Tom Lane
- Re: [SQL] insert values Ines . Klimann
- Re: [SQL] insert values Tom Lane