标签: postgresql unix home-directory
在PostgreSQL教程中,我看到了这样一个命令:
numpy
我想知道是否可以在UNIX环境中使用通用快捷方式来代替当前用户的特定主目录而不是COPY weather FROM ’/home/user/weather.txt’; ?
COPY weather FROM ’/home/user/weather.txt’;
我尝试了/home/user,但得到了:
/home/user
COPY weather FROM ’~/weather.txt’;