From: | Adam Radlowski <adamr(at)informatyka(dot)gdansk(dot)pl> |
---|---|
To: | Tahir Tamba <tamba(dot)tahir(at)courrier(dot)uqam(dot)ca> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: psql error |
Date: | 2006-11-03 07:15:22 |
Message-ID: | 454AEC8A.6000406@informatyka.gdansk.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
If "more.com" (not more.exe) in windos XP Pro is not installed in
WINDIR/system32 (WINDIR directory is usually after standard installation
called WINDOWS), You can it find on install disk in directory "i386" as
more.co_ - You shuold extract it with "extract.exe". You can use
"more.exe" from DJGPP (gcc project for DOS) too, when You have install
disk without "more.co_" (but it should be on this disk).
I'm sure, that You know this, but:
You If You can't call programs from WINDIR/system32 without call them
with full path (this is abnormal situation), put line into Your
"autoexec.bat":
SET PATH=%PATH%;c:\windows\system32
...and restart Windos
Greetings
Adam
Tahir Tamba wrote:
> Dear all,
>
> I installed the compiled version of PostgreSQL 8.1.5 on WinXP Pro OS
> and I'm experiencing some difficulties using psql terminal to do some
> commun tasks like adding columns and populate them with values.
>
> when executing the command for this statement:
>
> AddGeometryColumn ( [Table],
>
> [ Colonne_Geometrique ],
>
> [SRID],
>
> [ Type_Geometrie ],
>
> [Dimension ]);
>
> I receive the following error message: "more" is not recognized as an
> intern command , an executable program or command files.
>
> This seems like a broken installation of Windows. So I could not seen
> more.exe into my Win32Systems.
>
> Any idea or suggestion to resolve this would be appreciated
>
> Kind regards
>
> Tahir Tamba
>
>---------------------------(end of broadcast)---------------------------
>TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Shane Ambler | 2006-11-03 09:55:49 | Re: Uninstalling on Mac OS X 10.4 |
Previous Message | Tahir Tamba | 2006-11-03 04:07:31 | psql error |