atlasdb=# insert into test_tab values(2,'hemny_pg2','hemny_pg2@qq.com',10); INSERT 0 1 atlasdb=# select * from test_tab ; id | name | e_mail | d_id ----+-----------+------------------+------ 1 | hemny | hemny@qq.com | 10 2 | hemny_pg2 | hemny_pg2@qq.com | 10 (2 rows) atlasdb=#