On Saturday 18 June 2005 22:46, Dan Langille wrote:
> Hi folks,
>
> I pretty much have bacula-web working using PostgreSQL.  You can see
> what I have at http://www.langille.org/tmp/bacula-web/
>
> Included there are screen shots and the diff.  Please compare my
> screen shots with what you see on your MySQL websites and point out
> anything that is missing.  Perhaps I've not tried a link or a window
> somewhere.
>
> Most of the problems have been:
>
> - SQL specific to MySQL (e.g. functions names).  That said, the SQL
> now in use is not standard either (e.g. INTERVAL is not standard
> AFAIK).
>
> - case specific columns.  The column names returned by MySQL and
> PostgreSQL differ.  The result is that $row['JobId'] is not the same
> as $row['jobid'].

Is this last point something that can be fixed by changing the table creation 
in PostgreSQL to use upper and lower case table names and row names as we do 
in MySQL?  Doing so would certainly make the output look a lot more asthetic 
both in bacula-web and in Bacula output.

-- 
Best regards,

Kern

  (">
  /\
  V_V


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to