[GENERAL] Problem compiling a C function on Windows - not finding _palloc0@4

2017-08-01 Thread Dan Cooperstock at Software4Nonprofits
I'm trying to compile a C function into a DLL for use in PostgreSQL, with Visual Studio. I'm linking in postgres.lib, but when the linker runs, I'm getting "unresolved external symbol _palloc0@4 referenced in function _getSoundex@4". The code is just calling palloc0. I suspect it's something about

Re: [GENERAL] Problem compiling a C function on Windows - not finding _palloc0@4

2017-08-01 Thread Dan Cooperstock at Software4Nonprofits
nt to receive any further emails from Software4Nonprofits, please reply to this email with the subject line "UNSUBSCRIBE", and we will immediately remove you from our mailing list, if you are on it. From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On B

[GENERAL] PostgreSQL with PowerBuilder, and Identity keys (serials)

2017-08-05 Thread Dan Cooperstock at Software4Nonprofits
I'm trying to get a Postgres DB version of an application I write in PowerBuilder working. The thing I'm stuck on is Identity keys - what you set up with the SERIAL attribute or SEQUENCEs / GENERATORs in Postgres. I have the sequence set up and clearly working. And in PowerBuilder, I have added

Re: [GENERAL] PostgreSQL with PowerBuilder, and Identity keys (serials)

2017-08-05 Thread Dan Cooperstock at Software4Nonprofits
we will immediately remove you from our mailing list, if you are on it. From: Melvin Davidson [mailto:melvin6...@gmail.com] Sent: August 5, 2017 4:46 PM To: Dan Cooperstock at Software4Nonprofits Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] PostgreSQL with PowerBuilder, and Identity

Re: [GENERAL] PostgreSQL with PowerBuilder, and Identity keys (serials)

2017-08-05 Thread Dan Cooperstock at Software4Nonprofits
[mailto:robjsarg...@gmail.com] Sent: August 5, 2017 5:30 PM To: Dan Cooperstock at Software4Nonprofits Cc: Forums postgresql Subject: Re: [GENERAL] PostgreSQL with PowerBuilder, and Identity keys (serials) > On Aug 5, 2017, at 3:12 PM, Dan Cooperstock at Software4Nonprofits > wrote: > &g

Re: [GENERAL] PostgreSQL with PowerBuilder, and Identity keys (serials)

2017-08-05 Thread Dan Cooperstock at Software4Nonprofits
Sat, Aug 5, 2017 at 2:39 PM, Dan Cooperstock at Software4Nonprofits mailto:i...@software4nonprofits.com> > wrote: > Yes my direct SQL testing used all caps and worked fine. > > There is no error message. It's just that PowerBuilder's built-in mechanism > that should ret

Re: [GENERAL] PostgreSQL with PowerBuilder, and Identity keys (serials)

2017-08-05 Thread Dan Cooperstock at Software4Nonprofits
are on it. -Original Message- From: Karl Czajkowski [mailto:kar...@isi.edu] Sent: August 5, 2017 8:25 PM To: Dan Cooperstock at Software4Nonprofits Cc: 'Rob Sargent' ; 'Forums postgresql' Subject: Re: PostgreSQL with PowerBuilder, and Identity keys (serials) >

Re: [GENERAL] PostgreSQL with PowerBuilder, and Identity keys (serials)

2017-08-06 Thread Dan Cooperstock at Software4Nonprofits
G. Johnston Sent: August 6, 2017 3:47 AM To: Dan Cooperstock at Software4Nonprofits Cc: Forums postgresql Subject: [GENERAL] PostgreSQL with PowerBuilder, and Identity keys (serials) On Saturday, August 5, 2017, Dan Cooperstock at Software4Nonprofits > wrote: As I have mentioned in several