[Freeswitch-dev] mod_xml_odbc
Rupa Schomaker
rupa at rupa.com
Thu Jun 18 13:01:15 PDT 2009
On Thu, Jun 18, 2009 at 2:24 PM, Leon de Rooij <leon at scarlet-internet.nl>wrote:
>
> About auto_increment id's, isn't that possible with stored procedures
> with postgresql ?
>
Specifying them is different between databases.
Getting the new value for later use is different between databases.
For query only -- you shouldn't have a problem.
For postgres use the SERIAL data type and all the magic with sequences and
junk is done behind the scenes for you.
--
-Rupa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20090618/3069deb4/attachment.html
More information about the Freeswitch-dev
mailing list