Re: Bug in Postgresql implementation
Enver ALTIN <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey Stipe, It's been a while since I last read any message on this list but PostgreSQL on the subject line caught my attention immediately. I think I can fix this sometime this weekend if nobody else wants to work it out. Thanks, Stipe Tolj wrote: > P. A. Bagyenda schrieb: >> Automatic OIDs on each table row were removed from PostgreSQL a while >> back (v7.3?), so it is time they got removed from Kannel's code. You >> can still of course use OIDs if you create your tables with a syntax >> something like: >> >> CREATE TABLE ( >> .... >> >> ) WITH OIDS; > > I agree with Hillel's argumentation. > > patches are welcome :) > > Stipe