[cvsnt-dev] Re: Where to go forward with the main list.

David Somers dsomers at omz13.com
Mon Jul 24 14:10:40 UTC 2006


Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.


Tony Hoyle wrote:

> David Somers wrote:
>> Ummm... its not applying the AuditDatabasePrefix (which in my case
>> is "caslon."? From looking at the code it looks like it should do, unless
>> g_pDb->parseTableName is broken?
>> 
> For postgresql it's not prefix it's schema - I've deprecated
> AuditDatabasePrefix (something that'll have to be in the upgrade notes)
> since the drivers can have an arbitrary number of variables... postgresql
> uses schema now, so in the format it uses try
> 
> AuditDatabase_postgres_schema=caslon
> 
> It'll stick the '.' on automatically for you.

I've been playing with the code already.

If "prefix" and "schema" are synonymous in
CPostgresConnectionInformation then that works fine too, and means no
changes to /etc/cvsnt/PServer (for the moment).

I found out about the automatic "." being added. Ta.

However, the bigger problem is that the way you are picking up the result
set is broken... you aren't parsing the tuples correctly. I've almost got
it working now...

More later.

-- 
David Somers
PGP Key = 7E613D4E
Fingerprint = 53A0 D84B 7F90 F227 2EAB  4FD7 6278 E2A8 7E61 3D4E


More information about the cvsnt-dev mailing list