I need to generate a very large crosstab. about 50 rows x 50 columns -- for
a request for a recurring report.
Example: Column Headings = Job_IDand Row Headings = Employee_ID and
Values in the table = Hours_worked
Got the idea?
I've looked at :
http://www.postgresonline.com/journal/archi
PM
To: pgsql-general@postgresql.org
Cc: Joseph Doench
Subject: Re: [GENERAL] Windows ODBC connection trouble? ISP issue?
On Thursday, March 17, 2011 2:50:18 pm Joseph Doench wrote:
> My home ISP, our cloud server, and the office ISP are all separate
> entities.
>
> I infer that the pro
PM
To: pgsql-general@postgresql.org
Cc: Joseph Doench
Subject: Re: [GENERAL] Windows ODBC connection trouble? ISP issue?
On Thursday, March 17, 2011 2:29:00 pm Joseph Doench wrote:
> I have set up a pg database server for my organization on a cloud server
> using PG 8.2;
>
> I am tryin
I have set up a pg database server for my organization on a cloud server
using PG 8.2;
I am trying to provide connections to the db for some members using MS
Access. I developed a small MS Access application using Windows ODBC - it
works fine from my house.
I have this line in pg_hba.conf:
Ho