>
> > I would like to use psql on windows 2000.
> > I have searched postgresql.org on this subject.
> > Most information suggest the use of cygwin.
> >
> > As far as I can see the use of cygwin means GPL
> > which I cannot use since my application cannot be GPL.
> >
> > Can I use psql on windows 2000 without using cygwin?
You can use the client side library without Cygwin which can be compiled
using MS VisualC. So if your application only has to access PostgreSQL
server, there is no license problem with "native" client library.
Dan