| PostgreSQL | ||
|---|---|---|
| 上一页 | 下一页 | |
pgaccess
— Postgres 图形化交互客户端pgaccess [ dbname ]
pgaccess 为 Postgres 提供了一个图形化的界面,你可以用它管理你的表,编辑它们,定义查询,序列号和函数。
通过 tcl 访问 Postgres 的另一个方法是使用 pgtclsh 或 pgtksh。
pgaccess 能够:
对于表,pgaccess 能够:
对于查询,pgaccess 能够:
select * from invoices where year=[parameter "Year of selection"]
对于序列号,pgaccess 能够:
对于视图,pgaccess 能够:
对于函数,pgaccess 能够:
对报表,pgaccess 能够:
对于表单(forms)pgaccess 能够:
对于脚本,pgaccess 能够:
| 上一页 | 首页 | 下一页 |
| ecpg | 开头 | pgadmin |