Re: [Spacewalk-devel] PGPORT: Early Schema Requests

2009-01-29 Thread Gurjeet Singh
Can you post the exact error message you got? From the looks of it, I think following are the issues with it: 1) In Postgres we have to CREATE FUNCTION RETURNS VOID. 2) rhn_user_group_id_seq.nextval is being used, so we need to port that Sequence too. Will be doing this in about an hour from

Re: [Spacewalk-devel] PGPORT: Early Schema Requests

2009-01-29 Thread Devan Goodwin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 29 Jan 2009 21:00:06 +0530 Gurjeet Singh gurjeet.si...@enterprisedb.com wrote: Can you post the exact error message you got? Not really an error so much as my code tries to call the procedure but I have no PostgreSQL schema or procedures