Re: pg_config --pgxs on Win32

From: "Matt Emmerton" <matt(at)gsicomp(dot)on(dot)ca>
To: "Christopher A(dot) Watford" <christopher(dot)watford(at)gmail(dot)com>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, "Thomas Hallgren" <thhal(at)mailblocks(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_config --pgxs on Win32
Date: 2005-10-14 15:57:07
Message-ID: 00da01c5d0d7$f1d03f70$1200a8c0@gsicomp.on.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 10/14/05, Dave Page <dpage(at)vale-housing(dot)co(dot)uk> wrote:
> > Won't help:
> >
> > Microsoft Windows XP [Version 5.1.2600]
> > (C) Copyright 1985-2001 Microsoft Corp.
> >
> > C:\Documents and Settings\dpage>mkdir c:\foo
> >
> > C:\Documents and Settings\dpage>cd c:/foo
> > The system cannot find the path specified.
> >
> > C:\Documents and Settings\dpage>cd /foo
> > The system cannot find the path specified.
> >
> > C:\Documents and Settings\dpage>cd c:\foo
> >
> > C:\foo>
> >
> > Regards, Dave
> >
>
> Can't prepend a drive name anyways with 'cd', what if you're on a
> different drive?
>
> =Win2kpro=====================
> E:\>cd "c:/Test"
> The system cannot find the path specified.

Try "cd /D c:/Test"

The /D option changes the current directory *and* the current drive in one
command.

--
Matt Emmerton

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2005-10-14 16:20:08 Re: A costing analysis tool
Previous Message Martijn van Oosterhout 2005-10-14 15:14:43 Re: A costing analysis tool