Re: failed to create directory in postgresql

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Nikhil Ingale <niks(dot)bgm(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: failed to create directory in postgresql
Date: 2022-10-28 08:10:39
Message-ID: 20221028081039.dwo3o563enrmc3ee@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

On Fri, Oct 28, 2022 at 01:34:44PM +0530, Nikhil Ingale wrote:
> I'm trying to create the directory but unable to do it. I don't find this
> command anywhere in postgresql. But the EDB suggests using this command to
> create a directory.
>
> postgres=# create directory utildir as '/tmp/utildir';
> ERROR: syntax error at or near "directory"
> LINE 1: create directory utildir as '/tmp/utildir';
> ^

This is an EDB-specific command, community version doesn't have it.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Nikhil Ingale 2022-10-28 08:16:02 Re: failed to create directory in postgresql
Previous Message Nikhil Ingale 2022-10-28 08:04:44 failed to create directory in postgresql