[GENERAL] Error on compile for Windows

2009-11-01 Thread Bernard Grosperrin
Hello, this is the first time I post on this list. I have setup a build environment on Windows 7 32 bits, with Visual Studio 2005. Took me a while to get all the bits and parts working, but I finally went through it. Only problem, I get 2 LINK errors: fatal error LINK 1104: cannot open file '.\Rel

Re: [GENERAL] Error on compile for Windows

2009-11-02 Thread Bernard Grosperrin
, Bernard -Message d'origine- De : Tom Lane [mailto:t...@sss.pgh.pa.us] Envoyé : lundi 2 novembre 2009 4:40 À : Bernard Grosperrin Cc : pgsql-general@postgresql.org Objet : Re: [GENERAL] Error on compile for Windows "Bernard Grosperrin" writes: > I have setup a bu

Re: [GENERAL] Error on compile for Windows

2009-11-02 Thread Bernard Grosperrin
>The problem with doing anything is that we have only a couple of reports >and so no solid picture of what the restriction is. If it help, I am using WinZip. And checking in the archive (now that I know what to look for), I can see those 2 files are there! Hum... Cost me quite a few hours. Re

[GENERAL] Please, could I subscribe to this list? Thanks.

2009-01-26 Thread Bernard Grosperrin
bgrosper...@laposte.net Bernard Grosperrin BGSoftFactory Bureau/Domicile 09 53 41 58 18 Mobile 06 75 13 97 17 -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] division by zero error in a request

2006-10-19 Thread Bernard Grosperrin
I wants to make a view giving me some statistics. I am not sure to understand why something like this SELECT location_id, (sold_parts_amount_dly + sold_labor_amount_dly) / (sold_parts_amount_dly + sold_labor_amount_dly) from sales give me a division by zero error? If that is not the way to go,