Postgresql中drop table是否會釋放空間

mydb=# create table tbl_kenyon(id int,cname varchar(50),remark text); CREATE TABLE mydb=# insert into tbl_kenyon select generate_series(1,10000000),'kenyon good boy',md5('kenyon good boy'); INSERT 0 1
相關文章
相關標籤/搜索