Re: win32 version info - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: win32 version info
Date
Msg-id 200407262028.57653.peter_e@gmx.net
Whole thread Raw
In response to win32 version info  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
Magnus Hagander wrote:
> This patch along with the attached files (.tar.gz unpacks in src/)
> adds VERSIONINFO to all binaries under win32. This is generally
> considered a good thing

Out of curiosity: Why?

> Finally, the patch adds an elephant icon to psql.exe (so it'll go
> nicely in the start menu for example). This icon was taken from Gavin
> Roys postgresql artwork page (http://pgsql.gavinroy.com/art).

Would it be possible to provide a scalable version of the logo in the
source code and generate the appropriate format from that at build
time?  I know, for example, that some Linux packages put psql in their
menu and might like an endorsed logo for that.  If we used, say, SVG
for that, we could also avoid storing more binary files in the source
tree.  (I have an SVG version of the elephant available, btw.)  We
could even provide a .desktop file.

Moreover, the file should be called psql.ico, not pgsql.ico.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: win32 version info
Next
From: Tom Lane
Date:
Subject: Re: win32 version info