| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | jacktby jacktby <jacktby(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org |
| Cc: | Jeremy Garniaux <jeremy(at)mapper(dot)fr> |
| Subject: | Re: ./configure doesn't make effect? |
| Date: | 2023-09-05 14:36:08 |
| Message-ID: | 05cd3aa5-b7b2-3248-016a-b779143282ba@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 9/5/23 06:07, jacktby jacktby wrote:
> Sorry, I make a mistake, I should make install. That’s my fault
FYI, that will not create the data/ directory by itself. You will need
to do that yourself.
See the steps here:
https://www.postgresql.org/docs/current/install-short.html
The above assumes you have left --prefix to be the default of
/usr/local/pgsql. If not adjust accordingly.
>
>> 2023年9月5日 20:08,Jeremy Garniaux <jeremy(at)mapper(dot)fr> 写道:
>>
>> Hi,
>>
>> The command you described:
>>
>> Le 05/09/2023 à 13:41, jacktby jacktby a écrit :
>>> rm -rf /data
>>
>> has for effect to remove the /data directory and all its content. See:
>> https://explainshell.com/explain?cmd=rm+-rf+%2Fdata
>>
>> It explains why you don't get the /data content.
>>
>> Jeremy
>>
>> Jeremy Garniaux
>> https://mapper.fr
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Deep | 2023-09-05 15:26:48 | Re: Strategy for migrating from Oracle to PG |
| Previous Message | Tom Lane | 2023-09-05 13:19:40 | Re: rollback to savepoint issue |