postgres 基本操作及pgcrypto的使用

基本操作

mysql postgres
show database; \l
use database_name; \c database_name;
show tables; \d
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×