Size: 2774
Comment: Initial page
|
Size: 2981
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
* [http://papio.biology.duke.edu/pocket_reference.pdf The Babase Pocket Reference] is the place to go for diagrams * [http://papio.biology.duke.edu/babase_system_html The Babase Technical Documentation] |
* [[http://papio.biology.duke.edu/pocket_reference.pdf|The Babase Pocket Reference]] is the place to go for diagrams * [[http://papio.biology.duke.edu/babase_system_html|The Babase Technical Documentation]] * Overview of [[WhatIsBabase|the Babase software project]] for the general public |
Line 6: | Line 7: |
* [http://www.princeton.edu/%7Ebaboon/ The Amboseli Baboon Research Project] * [http://www.princeton.edu/~baboon/monitoring_guide.htm Amboseli Baboon Research Project Monitoring Guide] |
* [[http://www.princeton.edu/~baboon/|The Amboseli Baboon Research Project]] * [[http://www.princeton.edu/~baboon/monitoring_guide.htm|Amboseli Baboon Research Project Monitoring Guide]] |
Line 10: | Line 11: |
* The [http://www.postgresql.org PosgreSQL] web site * Postgresql version 8.1 [http://www.postgresql.org/docs/8.1/static/index.html documentation] |
* The [[http://www.postgresql.org|PosgreSQL]] web site * Postgresql version 9.1 [[http://www.postgresql.org/docs/9.1/static/index.html|documentation]] |
Line 13: | Line 14: |
* [http://www.postgresql.org/docs/books/awbook.html PostgreSQL: Introduction and Concepts] * [http://www.faqs.org/docs/ppbook/book1.htm Practical PostgreSQL] |
* [[http://www.postgresql.org/docs/books/awbook.html|PostgreSQL: Introduction and Concepts]] * [[http://www.faqs.org/docs/ppbook/book1.htm|Practical PostgreSQL]] |
Line 16: | Line 17: |
* The [http://phppgadmin.sourceforge.net/ phpPgAdmin] web site * The phpPgAdmin [http://phppgadmin.sourceforge.net/?page=faq documentation] is geared to the system's administrator but may contain some useful information |
* The [[http://phppgadmin.sourceforge.net/|phpPgAdmin]] web site * The phpPgAdmin [[http://phppgadmin.sourceforge.net/?page=faq|documentation]] is geared to the system's administrator but may contain some useful information |
Line 19: | Line 21: |
Babase users are encouraged to ask questions, both on the Babase mailing list and on the mailing lists setup for questions on the software which Babase is made of. The article [[http://www.catb.org/~esr/faqs/smart-questions.html|How to Ask Questions the Smart Way]] provides good information on how to get answers when writing public mailing lists. When asking SQL related question it will almost certainly be a good idea to include a reference to http://papio.biology.duke.edu/pocket_reference.pdf and the entity-relationship diagrams contained therein. | |
Line 20: | Line 23: |
Babase users are encouraged to ask questions, both on the Babase mailing list and on the mailing lists setup for questions on the software which Babase is made of. The article [http://www.catb.org/~esr/faqs/smart-questions.html How to Ask Questions the Smart Way] provides good information on how to get answers when writing public mailing lists. When asking SQL related question it will almost certainly be a good idea to include a reference to http://papio.biology.duke.edu/pocket_reference.pdf and the entity-relationship diagrams contained therein. | For questions specific to babase write to the [[BabaseMailingLists|Babase mailing list]] or look through its associated [[http://www.eco.princeton.edu/pipermail/babase/|archive]] to see if the question has not already been answered. |
Line 22: | Line 25: |
For questions specific to babase write to [http://www.eco.princeton.edu/mailman/listinfo/babase Babase mailing list] or look through its associated [http://www.eco.princeton.edu/pipermail/babase/ archive] to see if the question has not already been answered. | For questions about SQL there is PostgreSQL's mailing list for [[http://archives.postgresql.org/pgsql-novice/|beginner's questions]], PostgreSQL's mailing list for [[http://archives.postgresql.org/pgsql-sql/|SQL questions]], and the PostgreSQL [[http://archives.postgresql.org/pgsql-general/|general mailing list]]. |
Line 24: | Line 27: |
For questions about SQL there is PostgreSQL's mailing list for [http://archives.postgresql.org/pgsql-novice/ beginner's questions], PostgreSQL's mailing list for [http://archives.postgresql.org/pgsql-sql/ SQL questions], and the PostgreSQL [http://archives.postgresql.org/pgsql-general/ general mailing list]. | For questions on the Babase web interface, including how to submit SQL queries, download results, and so forth, there is the phpPgAdmin [[http://sourceforge.net/forum/forum.php?forum_id=115884|help forum]]. |
Line 26: | Line 29: |
For questions on the Babase web interface, including how to submit SQL queries, download results, and so forth, there is the phpPgAdmin [http://sourceforge.net/forum/forum.php?forum_id=115884 help forum]. | If you have a Babase-specific question, check the [[FAQs|Babase FAQs]] before asking a data manager or project leader. |
The Babase Documentation
The Babase Pocket Reference is the place to go for diagrams
Overview of the Babase software project for the general public
Related Sites
Documentation on the software Babase uses
The PosgreSQL web site
Postgresql version 9.1 documentation
- There are two complete on-line books on PostgreSQL. These include information on accessing the database using the psql Unix command.
- The Babase phpPgAdmin interface contains little question marks which are links to documentation
The phpPgAdmin web site
The phpPgAdmin documentation is geared to the system's administrator but may contain some useful information
Places to go for help
Babase users are encouraged to ask questions, both on the Babase mailing list and on the mailing lists setup for questions on the software which Babase is made of. The article How to Ask Questions the Smart Way provides good information on how to get answers when writing public mailing lists. When asking SQL related question it will almost certainly be a good idea to include a reference to http://papio.biology.duke.edu/pocket_reference.pdf and the entity-relationship diagrams contained therein.
For questions specific to babase write to the Babase mailing list or look through its associated archive to see if the question has not already been answered.
For questions about SQL there is PostgreSQL's mailing list for beginner's questions, PostgreSQL's mailing list for SQL questions, and the PostgreSQL general mailing list.
For questions on the Babase web interface, including how to submit SQL queries, download results, and so forth, there is the phpPgAdmin help forum.
If you have a Babase-specific question, check the Babase FAQs before asking a data manager or project leader.
Tips
Save your queries so you can re-run them later, need be. Put the really useful ones on this wiki.