Home > database >  Postgres table space
Postgres table space

Time:10-27

Put a saba network through the mapping of the Windows, as a drive letter y (read-write), want to map this plate, set up a table space, always prompt without permission.



The create in tablespace test1 owner postgres location \ \ "192.168.100.109 \ in tablespace \ testspace"
Or the create in tablespace test1 owner postgres location "Y: \ testspace" prompt no permissions,

CodePudding user response:

refer to the original poster pujitan978 response:
put a saba network through the mapping of the Windows, as a drive letter y (read-write), want to map this plate, set up a table space, always prompt without permission.



The create in tablespace test1 owner postgres location \ \ "192.168.100.109 \ in tablespace \ testspace"
Or the create in tablespace test1 owner postgres location "Y: \ testspace" prompt no permissions,

Postgres user without permission?

CodePudding user response:

To establish a folder, right-click the resource manager, property, security, and then give Everyone enough all permissions.
  • Related