⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 postgresql-howto-12.html

📁 Linux初学者最好的老师就是howto了。相当于函数man。
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <META NAME="GENERATOR" CONTENT="ZH-SGML-Tools 1.0.9"> <TITLE> Linux 的 Database-SQL-RDBMS HOW-TO 文件 (PostgreSQL 物件关联资料库系统): PostgreSQL 管理工具</TITLE> <LINK HREF="PostgreSQL-HOWTO-13.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-13.html" REL=next> <LINK HREF="PostgreSQL-HOWTO-11.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-11.html" REL=previous> <LINK HREF="PostgreSQL-HOWTO.html#toc12" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO.html#toc12" REL=contents><SCRIPT src="menu.js"> function BeginPage() {} function EndPage() {} </SCRIPT> </HEAD> <BODY bgcolor=#FFFFFF MARGINHEIGHT=0 MARGINWIDTH=0> <A HREF="PostgreSQL-HOWTO-13.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-13.html"><IMG SRC="next.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/next.gif" ALT="Next"></A><A HREF="PostgreSQL-HOWTO-11.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-11.html"><IMG SRC="prev.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/prev.gif" ALT="Previous"></A><A HREF="PostgreSQL-HOWTO.html#toc12" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO.html#toc12"><IMG SRC="toc.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/toc.gif" ALT="Contents"></A><HR><H2><A NAME="s12">12. PostgreSQL 管理工具</A></H2><P><H2><A NAME="ss12.1">12.1 PGACCESS - PostgreSQL 管理的 GUI 工具</A></H2><P>PgAccess 是 PostgreSQL 的 Tcl/Tk 界面。它已经包括在 PostgreSQL 的散布中。你可能想从这网页找出它有没有新版本∶<UL><LI> <A HREF="javascript:if(confirm('http://www.flex.ro/pgaccess  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.flex.ro/pgaccess'" tppabs="http://www.flex.ro/pgaccess">http://www.flex.ro/pgaccess</A></LI><LI> 如有任何意见、改良的建议,欢迎电邮∶<A HREF="mailto:teo@flex.ro">teo@flex.ro</A></LI></UL><P>PgAccess 的特色<P>PgAccess 视窗□Main window, Table builder,Table(query) view, Visual query builder.<P>Tables<UL><LI>开启表格 (tables) 查阅,最多二百个纪录(可在 perferences 目录更改)</LI><LI>籍拖曳垂直格线 (grid line) 重整大小(在列表空间 (table space) 比在列表目录 (table header) 进行好)</LI><LI>单格中自动换行□每个表dher 的配置独立储存</LI><LI>汇入/汇出其他档案格式(SDF、CSV)</LI><LI>过滤功能(输入如 price>3.14 的过滤器)</LI><LI>排序功能(自行输入需排序的栏位)</LI><LI>即场编辑</LI><LI>改良了的表格产生助理 (table generator assistant)</LI><LI>改良了的栏位编辑</LI></UL><P>Queries<UL><LI>定义、编辑和储存“用家定义查询”(user defined queries)</LI><LI>把查询储存作为显示 (views)</LI><LI>查询的执行</LI><LI>观看 select 形式的查询结果</LI><LI>删除和更改查询名称</LI><LI>具拖曳和放下功能的 Visual query builder。如果你有安装 Netscape Navigator 的 Tcl/Tk 插件,你可在此看到它工作∶(译按∶不知在哪?!)</LI></UL><P>序列 (sequence)<UL><LI>定义、删除和检查序列函数</LI><LI>使用 SQL 语言定义、检查和删除函数</LI></UL><P>将来还会有以下改进<UL><LI>表格设计(增加栏位、更名等等)</LI><LI>函数定义</LI><LI>报告产生器</LI><LI>基本的命令稿编写功能</LI></UL><P>如有意见、改良的提议,请电邮到∶<UL><LI>       <A HREF="mailto:teo@flex.ro">teo@flex.ro</A></LI></UL><P>有关 libgtcl 的资料<P>你会用到 PostgreSQL 到 Tcl 的界面程序库 libgtcl,所谓的 Tcl/Tk 可‘载入’模块。libpgtcl 和源程序码位于 PostgreSQL 的 /src/interfaces/libpgtcl 目录。特定来说,你需要一个可在 Tcl/Tk‘载入’的 libpgtcl 程序库。技术上来说,它和普通的 PostgreSQL 可载入目的档并不相同,因为 libpgtcl 是一堆目的档的集合。这档案在 Linux 名为 libpgtcl.so。你可在以上网址下载到一个预先为 Linux i386 系统编译了的版本。只需把这档案拷贝到系统程序库目录(/usr/lib)即可。如有疑难,其中一个解决方法是删除原程序码中有关载入 libpgtcl.so 的一句和使用 pgwish(或 wishpg)来载入 pgaccess.tcl,而非 wish,因为这 wish 已链结 libpgtcl 函式库。<H2><A NAME="ss12.2">12.2 PostgreSQL 的视窗互动式查询工具(WISQL 或 MPSQL)</A></H2><P>MPSQL 提供给使用者一个图像 SQL 界面控制 PostgreSQL。MPSQL 与 Oracle 的 SQL Worksheet 或微软 SQL Server 的查询工具 WISQL 类似。它有一个漂亮的 GUI 和指令记录。你也可以剪下及贴上。它还有其他有助提高生产力的功能。<UL><LI> <A HREF="javascript:if(confirm('http://www.troubador.com/~keidav/index.html  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.troubador.com/~keidav/index.html'" tppabs="http://www.troubador.com/~keidav/index.html">http://www.troubador.com/~keidav/index.html</A></LI><LI> 电邮∶<A HREF="mailto:keidav@whidbey.com">keidav@whidbey.com</A></LI><LI> <A HREF="javascript:if(confirm('http://www.ucolick.org/~de/  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.ucolick.org/~de/'" tppabs="http://www.ucolick.org/~de/">http://www.ucolick.org/~de/</A> 在 tcl_syb/wisql.html 档中</LI><LI> <A HREF="javascript:if(confirm('http://www.troubador.com/~keidav/index.html  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.troubador.com/~keidav/index.html'" tppabs="http://www.troubador.com/~keidav/index.html">http://www.troubador.com/~keidav/index.html</A></LI><LI> 电邮∶<A HREF="mailto:de@ucolick.org">de@ucolick.org</A></LI></UL><H2><A NAME="ss12.3">12.3 名为 PSQL 的 PostgreSQL 互动式查询工具(ISQL)</A></H2><P>ISQL 是供文字指令行终端机使用的。这已包括在散布中,名为 PSQL。和 Sybase ISQL、Oracle SQLplus 十分相似。在 Unix 指令提示输入‘psql’会出现 psql&gt; 提示。<BLOCKQUOTE><CODE><PRE>Type \h to see help of commands.</PRE></CODE></BLOCKQUOTE>非常使用者友善和易用。可在外框命令稿 (shell script) 中使用。<H2><A NAME="ss12.4">12.4 MPMGR□PostgreSQL 的资料库管理工具</A></H2><P> MPMGR 为 PostgreSQL 是供一个图像管理界面。你可在以下地方找到它∶it at <UL><LI> <A HREF="javascript:if(confirm('http://www.mutinybaysoftware.com/  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.mutinybaysoftware.com/'" tppabs="http://www.mutinybaysoftware.com/">http://www.mutinybaysoftware.com/</A></LI><LI> Email:<A HREF="mailto:keidav@mutinybaysoftware.com">keidav@mutinybaysoftware.com</A></LI><LI> <A HREF="javascript:if(confirm('http://www.troubador.com/~keidav/index.html  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.troubador.com/~keidav/index.html'" tppabs="http://www.troubador.com/~keidav/index.html">http://www.troubador.com/~keidav/index.html</A> </LI><LI> 电邮∶<A HREF="mailto:keidav@whidbey.com">keidav@whidbey.com</A> </LI><LI> <A HREF="javascript:if(confirm('http://www.ucolick.org/~de  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.ucolick.org/~de'" tppabs="http://www.ucolick.org/~de">http://www.ucolick.org/~de</A> in file tcl_syb/wisql.html </LI><LI> PostgreSQL 的 WISQL<A HREF="javascript:if(confirm('http://www.ucolick.org/~de/Tcl/pictures  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.ucolick.org/~de/Tcl/pictures'" tppabs="http://www.ucolick.org/~de/Tcl/pictures">http://www.ucolick.org/~de/Tcl/pictures</A> </LI><LI>电邮∶<A HREF="mailto:de@ucolick.org">de@ucolick.org</A> </LI></UL>  <HR><A HREF="PostgreSQL-HOWTO-13.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-13.html"><IMG SRC="next.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/next.gif" ALT="Next"></A><A HREF="PostgreSQL-HOWTO-11.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-11.html"><IMG SRC="prev.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/prev.gif" ALT="Previous"></A><A HREF="PostgreSQL-HOWTO.html#toc12" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO.html#toc12"><IMG SRC="toc.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/toc.gif" ALT="Contents"></A>  </BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -