Useful Books and Software
|
Related PostgreSQL Books |
|
|
 |
| |
|
|
| |
| Web Hosting and Web Design Related PostgreSQL Books |
Page 1 of 4
Total results: 32 |
|
|
| |
|
|
| |
 |
|
SQL Pocket Guide (Pocket References) |
| SQL is the language of databases. It's used to create and maintain database objects, place data into those objects, query the data, modify the data, and, finally, delete data that is no longer needed. Databases lie at the heart of many, if not most business applications. Chances are very good that if you're involved with software development, you're using SQL to some degree. And if you're using SQL, you should own a good reference or two. Now available in an updated second edition, our very popular "SQL Pocket Guide" is a major help to programmers, database administrators, and everyone who uses SQL in their day-to-day work. The "SQL Pocket Guide" is a concise reference to frequently used SQL statements and commonly used SQL functions. Not just an endless collection of syntax diagrams, this portable guide addresses the language's complexity head on and leads by example. The information in this edition has been updated to reflect the latest versions of the most commonly used SQL variants including: Oracle Database 10g, Release 2 (including the free Oracle Database 10g Express Edition (XE)) Microsoft SQL Server 2005 MySQL 5 IBM DB2 8.2 PostreSQL 8.1 database
Publisher:
O'Reilly Media, Inc.
Author:
Jonathan Gennick
Release Date: 2006-04-17
ISBN/EAN: 0596526881 / 9780596526887
New Price: $8.73 /
Used Price: $7.00 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Beginning Databases with PostgreSQL |
| PostgreSQL is rapidly on its way to becoming the most successful open source relational database system. It has had an explosive growth, from its roots in academia, to the Internet, through the efforts of a talented hard-working worldwide development team. The vast array of enterprise businesses migrating to PostgreSQL from proprietary databases are stark evidence for its success to come. This book is a complete tutorial on PostgreSQL features and functions beginning with the basics and building up to the design and construction of databases and integrating them with programming languages for the Web. Here we'll show you how to make the most of this fully programmable databases' powerful features like aggregate, join, transaction, inheritance, embedding your own C routines and more. This book covers: Detailed tutorial in PostgreSQL Installing from binaries and source code on UNIX and Windows Working with graphical tools Various forms of queries, subqueries, aggregate functions and joins Transactions, locking, stored procedures and triggers Performance monitoring, tuning and server control Connecting and executing SQL statements using C (libpq) and Embedded SQL Developing applications in PHP, Perl and Java
Publisher:
Wrox Press
Authors:
Richard Stones, Neil Matthew
Release Date: 2001-09
ISBN/EAN: 1861005156 / 9781861005151
New Price: $28.97 /
Used Price: $7.28 |
| |
|
|
|
|
| |
|
|
| |
 |
|
SQL Hacks |
Whether you're running Access, MySQL, SQL Server, Oracle, or PostgreSQL, this book will help you push the limits of traditional SQL to squeeze data effectively from your database. The book offers 100 hacks -- unique tips and tools -- that bring you the knowledge of experts who apply what they know in the real world to help you take full advantage of the expressive power of SQL. You'll find practical techniques to address complex data manipulation problems. Learn how to: - Wrangle data in the most efficient way possible
- Aggregate and organize your data for meaningful and accurate reporting
- Make the most of subqueries, joins, and unions
- Stay on top of the performance of your queries and the server that runs them
- Avoid common SQL security pitfalls, including the dreaded SQL injection attack
Let SQL Hacks serve as your toolbox for digging up and manipulating data. If you love to tinker and optimize, SQL is the perfect technology and SQL Hacks is the must-have book for you.
Publisher:
O'Reilly Media, Inc.
Authors:
Andrew Cumming, Gordon Russell
Release Date: 2006-11-21
ISBN/EAN: 0596527993 / 9780596527990
New Price: $16.80 /
Used Price: $4.66 |
| |
|
|
|
|
| |
|
|
| |
 |
|
SQL in a Nutshell |
| SQL in a Nutshell applies the classic O'Reilly "Nutshell" format to Structured Query Language (SQL), the elegant descriptive language that's used to create and manipulate stores of data. This book explains the purpose and proper syntax of hundreds of SQL statements, as defined in four major SQL implementations, and details each entry with explanatory text and illustrative examples. Perhaps best of all, authors Kevin and Daniel Kline feature MySQL in their coverage, and give it billing that's equal to that of Oracle, Microsoft SQL Server, and PostgreSQL. Their inclusion of open-source MySQL, which in most situations carries no license fee, is recognition of its growing popularity and suitability for serious database applications; also, it improves this book's appeal to Unix and Linux developers. The majority of this slender book comprises eminently useful syntax documentation (which is in the style of Unix man pages, with bracketed options and monospace arguments) and the other information that's specific to individual statements and functions. Additionally, it includes a relatively small amount of conceptual information, such as a section on the proper use of NULL values. The material that's not statement-specific also contrasts data-type implementations of the four covered platforms--for example, readers learn that a PostgreSQL int2 value is known as a smallint in ANSI standard SQL. This is a particularly handy reference book, if you use one of the emphasized SQL implementations. --David Wall Topics covered: Structured Query Language (SQL), as implemented in Oracle, Microsoft SQL Server, MySQL, and PostgreSQL, as well as in ANSI standard SQL (SQL92 and SQL99). After an introduction to data types and relational database fundamentals (the latter is not emphasized), the authors document SQL statements and functions, one by one and alphabetically. They take care to point out differences among the four implementations.
SQL in a Nutshell applies the eminently useful "Nutshell" format to Structured Query Language (SQL), the elegant--but complex--descriptive language that is used to create and manipulate large stores of data. For SQL programmers, analysts, and database administrators, the new second edition of SQL in a Nutshell is the essential date language reference for the world's top SQL database products. SQL in a Nutshell is focused, and thoroughly comprehensive reference for those who live in a deadline-driven world. This invaluable desktop quick reference drills down and documents every SQL command and how to use it in both commercial (Oracle, DB2, and Microsoft SQL Server) and MySQL). It describes every command and reference and includes the command syntax (by vendor, if the syntax differs across implementations), a clear description, and practical examples that illustrate important concepts and uses. And it also explains how the leading commercial and open sources database product implement SQL. This wealth of information is packed into a succinct, comprehensive, and extraordinarily easy-to-use format that covers the SQL syntax of no less than 4 different databases. When you need fast, accurate, detailed, and up-to-date SQL information, SQL in a Nutshell, Third Edition will be the quick reference you'll reach for every time. SQL in a Nutshell is small enough to keep by your keyboard, and concise (as well as clearly organized) enough that you can look up the syntax you need quickly without having to wade through a lot of useless fluff. You won't want to work on a project involving SQL without it.
Publisher:
O'Reilly Media, Inc.
Authors:
Kevin Kline, Daniel Kline, Brand Hunt
Release Date: 2008-11-15
ISBN/EAN: 0596518846 / 9780596518844
New Price: $29.69 /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
| |
 |
|
PostgreSQL (2nd Edition) (Developer's Library) |
The second edition of the best-selling PostgreSQL has been updated to completely cover new features and capabilities of the 8.0 version of PostgreSQL. You will be lead through the internals of the powerful PostgreSQL open source database chapter, offering an easy-to-read, code-based approach that makes it easy to understand how each feature is implemented, how to best use each feature, and how to get more performance from database applications. This definitive guide to building, programming and administering the powerful PostgreSQL open-source database system will help you harness one of the most widely used open source, enterprise-level database systems.
Publisher:
Sams
Author:
Korry Douglas
Release Date: 2005-08-05
ISBN/EAN: 0672327562 / 9780672327568
New Price: $30.09 /
Used Price: $18.99 |
| |
|
|
|
|
| |
|
|
| |
 |
|
PHP and PostgreSQL Advanced Web Programming (Developer's Guide) |
Sams' PHP and MySQL Web Development, by Luke Welling and Laura Thomson, showed that there is a strong demand for books that describe how to use PHP together with a specific open-source database to develop Web applications. While MySQL is very popular, PostgreSQL is widely considered to be the more powerful of the two open-source databases. And PostgreSQL is rapidly gaining market share large organizations are beginning to use PostgreSQL instead of Oracle; the demand for PostgreSQL training and support has increased by some accounts 50% in the last six months; and Web hosting services increasingly offer PostgreSQL along with MySQL. PHP and PostgreSQL Advanced Web Programming focuses on the specific needs of a PostgreSQL developer and will detail how to make use of PostgreSQL's unique, advanced features to develop high-availability, fail-safe Web applications with PHP and PostgreSQL.
Publisher:
Sams
Authors:
Ewald Geschwinde, Hans-Juergen Schoenig
Release Date: 2002-06-14
ISBN/EAN: 0672323826 / 9780672323829
New Price: $24.49 /
Used Price: $11.97 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Beginning Databases with PostgreSQL: From Novice to Professional, Second Edition (Beginning from Novice to Professional) |
PostgreSQL is arguably the most powerful open-source relational database system. It has grown from academic research beginnings into a functionally-rich, standards-compliant, and enterprise-ready database used by organizations all over the world. And it's completely free to use. Beginning Databases with PostgreSQL offers readers a thorough overview of database basics, starting with an explanation of why you might need to use a database, and following with a summary of what different database types have to offer when compared to alternatives like spreadsheets. You'll also learn all about relational database design topics such as the SQL query language, and introduce core principles including normalization and referential integrity. The book continues with a complete tutorial on PostgreSQL features and functions and include information on database construction and administration. Key features such as transactions, stored procedures and triggers are covered, along with many of the capabilities new to version 8. To help you get started quickly, step-by-step instructions on installing PostgreSQL on Windows and Linux/UNIX systems are included. In the remainder of the book we show you how to make the most of PostgreSQL features in your own applications using a wide range of programming languages, including C, Perl, PHP, Java and C#. Many example programs are presented in the book, and all are available for download from the Apress web site. By the end of the book you will be able to install, use, and effectively manage a PostgreSQL server, design and implement a database, and create and deploy your own database applications.
Publisher:
Apress
Authors:
Neil Matthew, Richard Stones
Release Date: 2005-04-06
ISBN/EAN: 1590594789 / 9781590594780
New Price: $26.89 /
Used Price: $21.98 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Beginning PHP and PostgreSQL 8: From Novice to Professional (Beginning: From Novice to Professional) |
I think this is a great book for beginners especially those curious about PostgreSQL.
— Joe Topjian, Adminspotting.net Beginning PHP and PostgreSQL 8 delves into some of the most popular open source web development technologies, the PostgreSQL 8 database server and PHP 5 scripting language. Youll learn to reap the benefits of these core technologies by using them in unison to create dynamic, data-driven web applications. This is an ideal read if you are a web designer, programmer, hobbyist, or novice who wants to create applications with PHP 5 and PostgreSQL 8.
Publisher:
Apress
Authors:
W. Jason Gilmore, Robert H. Treat
Release Date: 2006-02-27
ISBN/EAN: 1590595475 / 9781590595473
New Price: $20.04 /
Used Price: $20.85 |
| |
|
|
|
|
| |
|
|
| |
 |
|
PostgreSQL 8 for Windows |
The easiest way to set up a PostgreSQL database server on Windows Get up-and-running on PostgreSQL quickly using this hands-on guide. Filled with real-world examples, PostgreSQL 8 for Windows offers you practical, step-by-step details on installing, configuring, and using PostgreSQL 8--the full-featured, open-source database management system--on Windows platforms. You'll learn to administer, secure, and tune your database and use SQL. You'll also discover how to interface Microsoft Access, Microsoft .NET, Visual C++, and Java with the PostgreSQL database. Install and configure PostgreSQL 8 on Windows; Customize your system using the configuration files; Work with the utilities; Administer your database from the pgAdmin III graphical interface; Use the psql command line program to manually execute SQL commands; Take advantage of built-in functions or create your own stored procedures and triggers; Implement tested security measures; Maintain optimal database performance; Access a PostgreSQL database from a Microsoft Access application and migrate Access databases to PostgreSQL; Create .NET, Visual C++, and Java applications that interface with your PostgreSQL server.
Publisher:
McGraw-Hill Osborne Media
Author:
Richard Blum
Release Date: 2007-03-22
ISBN/EAN:
New Price: $28.34 /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
| |
 |
|
PostgreSQL Essential Reference |
PostgreSQL Essential Reference is a reference book for developers and system administrators who are already familiar with SQL database concepts but that need clear and concise documentation that is specific to PostgreSQL. The book is divided into 3 parts; Basic SQL Reference, PostgreSQL specifics, and PostgreSQL administration. On a whole, it provides a command, the syntax, available options, description, and example code. Readers will be able to easily utilize the code and concepts into their use f the product.An added advantage to this book is that provides all reference material in two ways; alphabetically and by task. This is important because readers of the book will be looking for this information by both methods.
Publisher:
Sams
Author:
Barry Stinson
Release Date: 2001-10-25
ISBN/EAN: 0735711216 / 9780735711211
New Price: $19.74 /
Used Price: $5.52 |
| |
|
|
|
|
| |
|
|
|
|
|