postgres基础命令

1.登陆sql psql -U '<user name>'  -W数据库 2.显示全部数据库函数 \lspa 3显示全部用户orm \duio 4.显示全部表table \dtfunction 5.显示表信息form \d '<table name>'class 6.显示全部序列 \ds 7.查看函数 psql 中\df    select prosrc from pg_proc where pr
相关文章
相关标签/搜索