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