pg_wintools : extension for PostgreSQL in Windows ecosystem - Mailing list pgsql-announce

From Jean-Marc Guazzo
Subject pg_wintools : extension for PostgreSQL in Windows ecosystem
Date
Msg-id CAJ3aXhqvqnQW8aT_+8LG1nTvfQYj8NOPNNs34gYaongLYUHQCQ@mail.gmail.com
Whole thread Raw
List pgsql-announce
Hello everyone,

I've released pg_wintools, a set of extension that allows easier integration of PostgreSQL in the windows ecosystem.
Because sometimes, not using Windows is not an option...

Functionnalities in this release :

- pg_read_registry : read a value from the registry.
- pg_write_event_log_entry : write an event to the eventlog. 
- pg_fixed_drives_list : get the list of fixed drives and their size/free space
- pg_file_exists : check whether a file exists locally or on the network with a unc in the form \\server\share.
- pg_hostname : return the hostname of the server.(Very useful if you're using DNS entry for your server instead of it's name/ip)

This is a beta release as the project needs testers !

Everything is available at https://github.com/jmguazzo/pg_wintools.

There's no install available for now, it must be build with Visual Studio 2013 (or above), the howto is documented.

It has been tested on PostgreSQL 9.4 64bits and 9.5b 32bits on 64bits Windows 10, 8, Server 2012 R2 and Server 2008 R2.

Thanks to Craig Ringer and his excellent post about compiling on Windows.


Guazzo Jean-Marc.

pgsql-announce by date:

Previous
From: Dave Page
Date:
Subject: PostgreSQL 9.5 Beta 2 Released
Next
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - November 15 2015 ==