pl/pgsql debuging, was Re: [GENERAL] debugging C functions

2007-06-05 Thread David Gardner
This post got me thinking, is there a similar procedure for PL/pgSQL functions? --- David Gardner, IT The Yucaipa Companies (310) 228-2855 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Conway Sent: Friday, June 01, 2007 9:00 PM To: Islam Hegazy Cc

Re: pl/pgsql debuging, was Re: [GENERAL] debugging C functions

2007-06-05 Thread David Gardner
in is something that needs to run server side? --- David Gardner, IT The Yucaipa Companies (310) 228-2855 -Original Message- From: Dave Page [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 1:38 PM To: Pavel Stehule Cc: David Gardner; pgsql-general@postgresql.org Subject: Re: pl/pgsql deb

Re: pl/pgsql debuging, was Re: [GENERAL] debugging C functions

2007-06-06 Thread David Gardner
- >> From: David Gardner <[EMAIL PROTECTED]> >> To: "'Dave Page'" <[EMAIL PROTECTED]> >> Sent: 06/06/07, 00:14:52 >> Subject: RE: pl/pgsql debuging, was Re: [GENERAL] debugging C functions >> >> I grabbed the May 10th dev sn

Re: [GENERAL] PostGreSQL for a small Desktop Application

2007-06-13 Thread David Gardner
I'm not much of a .Net guy, but the pgsql-ODBC driver works rather well for me. Take a look at: http://psqlodbc.projects.postgresql.org/howto-csharp.html As for Windows XP, isn't there some limit to the number of incoming network connections? --- David Gardner, IT The Yucaipa Comp

Re: [GENERAL] Excell

2007-06-19 Thread David Gardner
Agreed ODBC is the way to go, depending on what you are doing, Access may be helpfull as an intermediate step. Joshua D. Drake wrote: Bob Pawley wrote: Hi All Is there a fast and easy method of transferring information between MS Excel and PostgreSQL?? odbc? Joshua D. Drake Bob Pawl

Re: [GENERAL] Excell

2007-06-19 Thread David Gardner
or two tables from Excel and manipulate the information in Postgresql then transfer the results back to Excel as a single table. I am using Excel 2000 and PostgreSql 8.1. Bob - Original Message - From: "David Gardner" <[EMAIL PROTECTED]> To: "Postgresql" Se