From: Neil T. <nt...@us...> - 2006-09-01 00:56:02
|
Update of /cvsroot/pgsqlformac/QueryTool/Help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11984/Help Modified Files: .DS_Store index.html Log Message: Fix for PGconn not being thread safe. Migrate to new PQconnectdb API. Add help text. Index: index.html =================================================================== RCS file: /cvsroot/pgsqlformac/QueryTool/Help/index.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.html 8 Mar 2005 21:50:10 -0000 1.1.1.1 --- index.html 1 Sep 2006 00:56:00 -0000 1.2 *************** *** 1,10 **** <html> ! <head> ! <title>Query Tool for Postgres Help</title> ! <meta name="AppleTitle" content="Query Tool for Postgres"></meta> ! <meta name="content" content="Query Tool for Postgres"></meta> ! </head> ! <body> ! Help Files are being written, we promise :-) ! </body> </html> --- 1,51 ---- + <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> ! <head> ! <title> ! Query Tool for PostgreSQL Help ! </title> ! <meta name="AppleTitle" content="Query Tool for Postgres"> ! <meta name="content" content="Query Tool for Postgres"> ! </head> ! <body> ! <h1> ! Query Tool for PostgreSQL ! </h1> ! <h2> ! Reload Schema ! </h2> ! <p> ! Select the database again in the task bar. ! </p> ! <h2> ! Create SQL ! </h2> ! <p> ! Select a table, column, view or other item in the schema view and right click (or control-click). A menu will pop-up and give several options for automatically creating SQL and pasting it into the query window. ! </p> ! <h2> ! Connections Preferences ! </h2> ! <p> ! The last connection is kept in user preferences. To change just login to another database. It will be updated automatically. ! </p> ! <h2> ! View Font Preferences ! </h2> ! <p> ! Are also kept in your user preferences. Just change the fonts and they will be saved. ! </p> ! <h2> ! Preferences ! </h2> ! <p> ! Are kept in <code>"~/Library/Preferences/com.druware.postgres.QueryTool.plist"</code>. ! </p> ! <h2> ! The Query Tool Website ! </h2> ! <p> ! Is at <a href="https://sourceforge.net/projects/pgsqlformac">https://sourceforge.net/projects/pgsqlformac</a>. ! </p> ! </body> </html> Index: .DS_Store =================================================================== RCS file: /cvsroot/pgsqlformac/QueryTool/Help/.DS_Store,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsEo6Guy and /tmp/cvsVygMsB differ |