Re: Redirection Unexpected error

From: "joek hondius" <jhondius(at)rem(dot)nl>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Redirection Unexpected error
Date: 2003-09-30 12:19:35
Message-ID: BPEGLGNPDJFJPGEFPMNGEEHGEPAA.jhondius@rem.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

If you copy a cygwin symlink under windows it changes to a windows shortcut.
Those do not work under cygwin. Remove the .lnk file on your cygwin prompt
and ln -s a new one.

> -----Oorspronkelijk bericht-----
> Van: pgsql-cygwin-owner(at)postgresql(dot)org
> [mailto:pgsql-cygwin-owner(at)postgresql(dot)org]Namens Jason Tishler
> Verzonden: dinsdag 30 september 2003 13:26
> Aan: Seth Rubin
> CC: pgsql-cygwin(at)postgresql(dot)org
> Onderwerp: Re: [CYGWIN] Redirection Unexpected error
>
>
> Seth,
>
> On Mon, Sep 29, 2003 at 11:50:47PM -0400, Seth Rubin wrote:
> > Both postmaster and vi exit with a "syntax error: redirection
> > unexpected" whenever they're invoked. I suspect this is more a
> > cygwin-related problem, but I haven't found much in any archive except
> > a similar query from 3 years ago.
>
> Note the following:
>
> $ ls -l /usr/bin/vi /usr/bin/postmaster
> lrwxrwxrwx 1 Administ Domain U 23 Aug 5 09:36
> /usr/bin/postmaster -> postgres.exe
> lrwxrwxrwx 1 Administ Domain U 18 Sep 17 08:26
> /usr/bin/vi -> vim.exe
>
> Hence, both vi and postmaster are symlinks. It appears that symlinks
> are not working on this particular machine. Fix this problem and
> PostgreSQL should be OK. Sorry that I can't be any more helpful.
>
> Jason
>
> --
> PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
> Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message stephan.michael.rupp 2003-09-30 23:56:41 Don't succedd in initializing database
Previous Message Jason Tishler 2003-09-30 11:26:25 Re: Redirection Unexpected error