![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
For private databases, I'd like to create a tablespace in my encrypted /home directory. However, /home is only mounted on demand (through pam- mount), when I log-in, in particular, it is mounted after the PostgreSQL server has been started. Is this possible within the specification of PostgreSQL? Michael |
#3
| |||
| |||
|
|
For private databases, I'd like to create a tablespace in my encrypted /home directory. However, /home is only mounted on demand (through pam- mount), when I log-in, in particular, it is mounted after the PostgreSQL server has been started. Is this possible within the specification of PostgreSQL? |
#4
| |||
| |||
|
|
On 2010-05-08, Michael Schuerig <michael (AT) schuerig (DOT) de> wrote: For private databases, I'd like to create a tablespace in my encrypted /home directory. However, /home is only mounted on demand (through pam- mount), when I log-in, in particular, it is mounted after the PostgreSQL server has been started. Is this possible within the specification of PostgreSQL? no, to get that to work you'd have to setup your own postgresql server process, start it after you log in, and stop it before unplugging the media. |
#5
| |||
| |||
|
|
Thus, it would have been nice if PostgreSQL would work with a "detachable" tablespace. |
![]() |
| Thread Tools | |
| Display Modes | |
| |