Practical PostgreSQL

Practical PostgreSQL
Author: Joshua D. Drake,John C. Worsley
Publsiher: "O'Reilly Media, Inc."
Total Pages: 639
Release: 2002-01-07
Genre: Computers
ISBN: 9781449310103

Download Practical PostgreSQL Book in PDF, Epub and Kindle

Arguably the most capable of all the open source databases, PostgreSQL is an object-relational database management system first developed in 1977 by the University of California at Berkeley. In spite of its long history, this robust database suffers from a lack of easy-to-use documentation. Practical PostgreSQL fills that void with a fast-paced guide to installation, configuration, and usage. This comprehensive new volume shows you how to compile PostgreSQL from source, create a database, and configure PostgreSQL to accept client-server connections. It also covers the many advanced features, such as transactions, versioning, replication, and referential integrity that enable developers and DBAs to use PostgreSQL for serious business applications. The thorough introduction to PostgreSQL's PL/pgSQL programming language explains how you can use this very useful but under-documented feature to develop stored procedures and triggers. The book includes a complete command reference, and database administrators will appreciate the chapters on user management, database maintenance, and backup & recovery. With Practical PostgreSQL, you will discover quickly why this open source database is such a great open source alternative to proprietary products from Oracle, IBM, and Microsoft.

Practical PostgreSQL

Practical PostgreSQL
Author: Joshua D. Drake,John C. Worsley
Publsiher: "O'Reilly Media, Inc."
Total Pages: 638
Release: 2002-01-07
Genre: Computers
ISBN: 9781449310288

Download Practical PostgreSQL Book in PDF, Epub and Kindle

Arguably the most capable of all the open source databases, PostgreSQL is an object-relational database management system that--until now--lacked comprehensive, easy-to-use documentation. Practical PostgreSQL is a fast-paced guide that shows you how to get PostgreSQL installed, configured, and running. This comprehensive book delves into the many advanced features of the PostgreSQL Application Server, LXP, including the the use of SQL within PostgreSQL, and covers basic PostgreSQL database administration.

Practical PostgreSQL

Practical PostgreSQL
Author: John Worsley,Joshua D. Drake
Publsiher: "O'Reilly Media, Inc."
Total Pages: 639
Release: 2002
Genre: Computers
ISBN: 9781565928466

Download Practical PostgreSQL Book in PDF, Epub and Kindle

CD-ROM contains: LXP 0.80 -- PostgresSQL 7.1.3.

PostgreSQL Up and Running

PostgreSQL  Up and Running
Author: Regina O. Obe,Leo S. Hsu
Publsiher: "O'Reilly Media, Inc."
Total Pages: 167
Release: 2012-07-06
Genre: Computers
ISBN: 9781449326296

Download PostgreSQL Up and Running Book in PDF, Epub and Kindle

Thinking of migrating to PostgreSQL? This updated guide helps you quickly understand and use the 9.3 release of this open source database system. You’ll not only learn about its unique enterprise-class features, but also discover that PostgeSQL is more than just a database system—it’s also an impressive application platform. Using numerous examples, this book shows you how to achieve tasks that are difficult or impossible in other databases. The second edition covers LATERAL queries, augmented JSON support, materialized views, and other key topics. If you’re an existing PostgreSQL user, you’ll pick up gems you may have missed along the way. Learn basic administration tasks, such as role management, database creation, backup, and restore Apply the psql command-line utility and the pgAdmin graphical administration tool Explore PostgreSQL tables, constraints, and indexes Learn powerful SQL constructs not generally found in other databases Use several different languages to write database functions Tune your queries to run as fast as your hardware will allow Query external and variegated data sources with Foreign Data Wrappers Learn how to replicate data, using built-in replication features

PostgreSQL Up and Running

PostgreSQL  Up and Running
Author: Regina O. Obe,Leo S. Hsu
Publsiher: "O'Reilly Media, Inc."
Total Pages: 231
Release: 2014-12-09
Genre: Computers
ISBN: 9781449373177

Download PostgreSQL Up and Running Book in PDF, Epub and Kindle

Thinking of migrating to PostgreSQL? This clear, fast-paced introduction helps you understand and use this open source database system. Not only will you learn about the enterprise class features in versions 9.2, 9.3, and 9.4, you’ll also discover that PostgeSQL is more than a database system—it’s also an impressive application platform. With examples throughout, this book shows you how to achieve tasks that are difficult or impossible in other databases. This second edition covers LATERAL queries, augmented JSON support, materialized views, and other key topics. If you’re a current PostgreSQL user, you’ll pick up gems you may have missed before. Learn basic administration tasks such as role management, database creation, backup, and restore Apply the psql command-line utility and the pgAdmin graphical administration tool Explore PostgreSQL tables, constraints, and indexes Learn powerful SQL constructs not generally found in other databases Use several different languages to write database functions Tune your queries to run as fast as your hardware will allow Query external and variegated data sources with foreign data wrappers Learn how use built-in replication filters to replicate data

Beginning Databases with PostgreSQL

Beginning Databases with PostgreSQL
Author: Richard Stones,Neil Matthew
Publsiher: Apress
Total Pages: 650
Release: 2006-11-03
Genre: Computers
ISBN: 9781430200185

Download Beginning Databases with PostgreSQL Book in PDF, Epub and Kindle

*The most updated PostgreSQL book on the market, covering version 8.0 *Highlights the most popular PostgreSQL APIs, including C, Perl, PHP, and Java *This is two books in one; it simultaneously covers key relational database design principles, while teaching PostgreSQL

Practical SQL 2nd Edition

Practical SQL  2nd Edition
Author: Anthony DeBarros
Publsiher: No Starch Press
Total Pages: 466
Release: 2022-01-25
Genre: Computers
ISBN: 9781718501072

Download Practical SQL 2nd Edition Book in PDF, Epub and Kindle

Analyze data like a pro, even if you’re a beginner. Practical SQL is an approachable and fast-paced guide to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. Anthony DeBarros, a journalist and data analyst, focuses on using SQL to find the story within your data. The examples and code use the open-source database PostgreSQL and its companion pgAdmin interface, and the concepts you learn will apply to most database management systems, including MySQL, Oracle, SQLite, and others.* You’ll first cover the fundamentals of databases and the SQL language, then build skills by analyzing data from real-world datasets such as US Census demographics, New York City taxi rides, and earthquakes from US Geological Survey. Each chapter includes exercises and examples that teach even those who have never programmed before all the tools necessary to build powerful databases and access information quickly and efficiently. You’ll learn how to: Create databases and related tables using your own data Aggregate, sort, and filter data to find patterns Use functions for basic math and advanced statistical operations Identify errors in data and clean them up Analyze spatial data with a geographic information system (PostGIS) Create advanced queries and automate tasks This updated second edition has been thoroughly revised to reflect the latest in SQL features, including additional advanced query techniques for wrangling data. This edition also has two new chapters: an expanded set of instructions on for setting up your system plus a chapter on using PostgreSQL with the popular JSON data interchange format. Learning SQL doesn’t have to be dry and complicated. Practical SQL delivers clear examples with an easy-to-follow approach to teach you the tools you need to build and manage your own databases. * Microsoft SQL Server employs a variant of the language called T-SQL, which is not covered by Practical SQL.

PostgreSQL Developer s Handbook

PostgreSQL Developer s Handbook
Author: Ewald Geschwinde,Hans-Jürgen Schönig
Publsiher: Sams Publishing
Total Pages: 772
Release: 2002
Genre: Computers
ISBN: 0672322609

Download PostgreSQL Developer s Handbook Book in PDF, Epub and Kindle

"PostgreSQL Developer's Handbook" provides a complete overview of the PostgreSQL database server and extensive coverage of its core features, including object orientation, PL/SQL, and the most important programming interfaces. The authors introduce the reader to the language and syntax of PostgreSQL and then move quickly into sophisticated programming topics.