Re: [SQL] Installing PostgreSQL 6.3.2 On Linux

Поиск
Список
Период
Сортировка
От James Oden
Тема Re: [SQL] Installing PostgreSQL 6.3.2 On Linux
Дата
Msg-id 00c701bdc44d$d0568960$01cc0cac@Yehudah.lee.k12.nc.us
обсуждение исходный текст
Список pgsql-sql

>I am trying to install Postgres on a Linux machine and have managed to do
>'make' and 'make install' ok but when i try and do 'initdb' i get a message
>saying illegal command
>--F
>can anyone guide me.
That is the shell telling you it can't find the command initdb in your path.
So what you need to do is one of three things:

   1)  Add the path to initdb to your PATH environment variable.

    2) Type the full path to the command when you run it.

    3)  cd into the directory in initdb is and type ./initdb

Any of the above should get you going...james




В списке pgsql-sql по дате отправления:

Предыдущее
От: nik@iii.co.uk
Дата:
Сообщение: 'if' decision making in an SQL statement
Следующее
От: David Hartwig
Дата:
Сообщение: Re: [SQL] MS Access via ODBC