0%

Book Description

Discover how to get started using PostgreSQL with minimal hassle!

  • Learn something new in an Instant! A short, fast, focused guide delivering immediate results.
  • Get your database online, back it up, and make it useful as quickly as possible
  • Discover how you can utilize PostgreSQL's simple and dependable backup mechanism
  • Illustrated platform-independent instructions that show you how to complete each step with confidence

In Detail

PostgreSQL is an incredibly flexible and dependable open source relational database. Harnessing its power will make your applications more reliable and extensible without increasing costs. Using its advanced features will save you work and increase performance, once you've discovered how to set it up.

Instant PostgreSQL Starter will teach you how to install and use PostgreSQL for immediate benefit. A selection of advanced features has been chosen that highlights the breadth of its capabilities and usefulness for your applications. By the end of this book you'll be comfortable installing and using this powerful open source database.

Instant PostgreSQL Starter takes an absolute database beginner on a spirited journey from scratch through having PostgreSQL installed and usable, finishing with the basics down, and a sense of what else it can do for you.

After getting up and running, you'll learn how to insert, update, and delete data, as well as basic querying. You'll create and delete users and databases, and see how to store and query XML, search large text documents meaningfully, handle tree-structured data and unstructured key-value data, and handle a few special cases, such as passwords.

Packed with helpful examples and screenshots, you'll see clearly how to do each step. By the end of Instant PostgreSQL Starter you'll have your own personal database online and running, without any stress.

Table of Contents

  1. Instant PostgreSQL Starter
    1. Instant PostgreSQL Starter
    2. Credits
    3. About the Author
    4. About the Reviewer
    5. www.packtpub.com
      1. Support files, eBooks, discount offers and more
    6. packtlib.packtpub.com
      1. Why Subscribe?
      2. Free Access for Packt account holders
    7. 1. Instant PostgreSQL Starter
      1. So, what is PostgreSQL?
        1. How can one use PostgreSQL?
      2. Installation
        1. Step 1 – what do I need?
        2. Step 2 – downloading PostgreSQL
        3. Step 3 – installing the package
        4. Step 4 – connecting to PostgreSQL
        5. Step 5 – creating your first user and database
      3. Quick start – creating your first table
        1. Step 1 – creating a table
        2. Step 2 – inserting some data
        3. Step 3 – querying the data
        4. Step 4 – updating data
        5. Step 5 – deleting data
      4. Top 9 features you need to know about
        1. Storing Passwords
        2. The RETURNING clause
        3. Storing unstructured data with hstore
        4. Storing XML
        5. Recursive queries
        6. Full-text search
        7. Backup and restore
        8. Examining database size
        9. Examining query performance
      5. People and places you should get to know
        1. Official sites
        2. Support
        3. Community
        4. Twitter