failed to create directory in postgresql

From: Nikhil Ingale <niks(dot)bgm(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: failed to create directory in postgresql
Date: 2022-10-28 08:04:44
Message-ID: CALXkTpx27SLK5vFQuZvOdt_e_9pW+8CeKwEviN8vAhcciZgwKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi All,
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';
^
Regards,
Nikhil

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Julien Rouhaud 2022-10-28 08:10:39 Re: failed to create directory in postgresql
Previous Message Nikhil Ingale 2022-10-28 07:43:37 create tables using the application metadata