Re: [GENERAL] What is the state of the art for using LINQ with PostgreSQL?

2012-09-13 Thread Adam Bruss
functions the PgSqlDataReader class has. There is a GetBoolean() for bools, GetDate() for timestamps etc. It's also cheap as all can be. It's 200$ US for a single developer. That gets you the api and the visual developer tools. Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port

Re: [GENERAL] accumulating handles problem on machine running postgresql

2012-03-01 Thread Adam Bruss
After doing some more work with Process Monitor I found the leaks to be stemming from a driver associated with a License Manager from SafeNet Inc. which runs on the machine. Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI  53092  USA P

Re: [GENERAL] accumulating handles problem on machine running postgresql

2012-02-29 Thread Adam Bruss
:NO CLASS Last Write Time: 2/29/2012 - 3:05 AM ## END EXAMPLES ## A common thread I notice when looking through the keys is InprocServer32. Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI  53092  USA P: 1.262.240.0291 x104 F

Re: [GENERAL] accumulating handles problem on machine running postgresql

2012-02-28 Thread Adam Bruss
seem to. Recycling the worker processes in IIS does nothing. And the worker processes have their own process w3wp.exe which never accumulate handles. It's probably not a postgresql thing or other people would be seeing it. Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port

[GENERAL] accumulating handles problem on machine running postgresql

2012-02-27 Thread Adam Bruss
closing all database connections in the web service code. The database and web services function perfectly except for the handle problem. Thanks, Adam Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F

[GENERAL] Pass age function to extract function

2011-05-02 Thread Adam Bruss
by starttime desc) dr from dtprfrm764.orion_tests where ref_testnames_serial = 389 and pass = true) x WHERE dr = 20 ORDER BY starttime asc Does 'minute from interval' only accept string literals? Thanks, Adam Adam Bruss Development Engineer AWR Corporation/Simulation Technology Applied Research 11520 N

Re: [GENERAL] pg_dump makes our system unusable - any way to pg_dump in the middle of the day? (postgres 8.4.4)

2011-02-24 Thread Adam Bruss
7:09 PM, Adam Bruss wrote: I'm using cruisecontrol and ant to back up our database at certain times on certain days of the week. Cruisecontrol sends out completion emails when it's done. I don't think pgsql has a good built in way to schedule backups. Cruisecontrol offers supreme flexibility

[GENERAL] Error when using phpPgAdmin

2010-12-22 Thread Adam Bruss
AND NOT pdb.datistemplate ORDER BY pdb.datname I'm running on Windows 7 x64. On a side note I've been using the pgql command line tool and pgadmin 3 for a few days without any problems. Thanks, Adam Adam Bruss Development