failed to create directory in postgresql - Mailing list pgsql-admin

From Nikhil Ingale
Subject failed to create directory in postgresql
Date
Msg-id CALXkTpx27SLK5vFQuZvOdt_e_9pW+8CeKwEviN8vAhcciZgwKg@mail.gmail.com
Whole thread Raw
Responses Re: failed to create directory in postgresql  (Julien Rouhaud <rjuju123@gmail.com>)
List 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

pgsql-admin by date:

Previous
From: Nikhil Ingale
Date:
Subject: create tables using the application metadata
Next
From: Julien Rouhaud
Date:
Subject: Re: failed to create directory in postgresql