Thank you for prompt response!
I'll try it:)
On Mon, Aug 7, 2023, 01:09 Adrian Klaver wrote:
> On 8/6/23 09:00, Aramaki Zyake wrote:
> > Hi,
> > I have a general question about PostgreSQL.
> > Yeasterday, I tried to build PostgreSQL from source code and the make
> > command succeeded, but /usr/l
On 8/6/23 09:00, Aramaki Zyake wrote:
Hi,
I have a general question about PostgreSQL.
Yeasterday, I tried to build PostgreSQL from source code and the make
command succeeded, but /usr/local/pgsql directory was empty even owner
of pgsql was postgres user.
I invoked following commands by postgr
Aramaki Zyake writes:
> What should I do to move built artifacts into /usr/local/pgsql?
"make install", or possibly "sudo make install" if you'd rather
the installed files be root-owned.
https://www.postgresql.org/docs/current/install-short.html
regards, tom lane
Hi,
On Mon, Aug 7, 2023 at 12:00 AM Aramaki Zyake wrote:
>
> Hi,
> I have a general question about PostgreSQL.
> Yeasterday, I tried to build PostgreSQL from source code and the make command
> succeeded, but /usr/local/pgsql directory was empty even owner of pgsql was
> postgres user.
>
> I inv
Hi,
I have a general question about PostgreSQL.
Yeasterday, I tried to build PostgreSQL from source code and the make
command succeeded, but /usr/local/pgsql directory was empty even owner of
pgsql was postgres user.
I invoked following commands by postgres user.
CFLAGS=-O0 ./configure --enable-d