Re: [ADMIN] Buggy PostgreSQL dotNET data providers

2008-05-19 Thread Joshua D. Drake
On Tue, 2008-05-20 at 06:16 +0530, Vishal Mailinglist wrote: > Hi , > > I managed to find a data provider for PostgreSQL other than the > npgsql. its Core Labs's PostgreSQLDirect .NET > http://crlab.com/pgsqlnet/ What was wrong with npgsql? Sincerely, Joshua D. Drake -- Sent via pgsql-a

[ADMIN] Buggy PostgreSQL dotNET data providers

2008-05-19 Thread Vishal Mailinglist
Hi , I managed to find a data provider for PostgreSQL other than the npgsql. its Core Labs's PostgreSQLDirect .NET http://crlab.com/pgsqlnet/ Believe me their product is too buggy . After paying money to them I believe I am just working as a softwa

[ADMIN] old, dead connections?

2008-05-19 Thread Peter Koczan
Hi all, I'm looking to upgrade a server to postgres 8.3, but there's one connection that's being problematic. It continually says it's UPDATE'ing, but it's been at it for weeks now, and while the database is big, it shouldn't take weeks. Even weirder is that it looks like the client-side connecti

Re: [ADMIN] Global / cluster-wide functions

2008-05-19 Thread Chander Ganesan
Joshua D. Drake wrote: On Fri, 16 May 2008 15:12:02 -0600 kevin kempter <[EMAIL PROTECTED]> wrote: Hi List; Can I install a PL/pgSQL function so it's global to all databases within a cluster or do I need to install per database ? Install it into template1 then each database creat

Re: [ADMIN] pg_restore test procedures (a bit OT)

2008-05-19 Thread Glyn Astill
Thanks Phillip, I think the source of my problem was me being dumb and only capturing stdout, rather than stderr and stdout! I needed the "2>&1" on the end. - Original Message > From: Phillip Smith <[EMAIL PROTECTED]> > To: Glyn Astill <[EMAIL PROTECTED]>; pgsql-admin@postgresql.org