• Complain

S. - PostgreSQL: Up and Running

Here you can read online S. - PostgreSQL: Up and Running full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2017, publisher: OReilly Media, Inc, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

S. PostgreSQL: Up and Running
  • Book:
    PostgreSQL: Up and Running
  • Author:
  • Publisher:
    OReilly Media, Inc
  • Genre:
  • Year:
    2017
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

PostgreSQL: Up and Running: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "PostgreSQL: Up and Running" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

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.5 to 10, youll also discover that PostgeSQL is more than a database systemits an impressive application platform as well.

With examples throughout, this book shows you how to achieve tasks that are difficult or impossible in other databases. This third edition covers new features, such as ANSI-SQL constructs found only in proprietary databases until now: foreign data wrapper (FDW) enhancements; new full text functions and operator syntax introduced in version 9.6; XML constructs new in version 10; query parallelization features introduced in 9.6 and enhanced in 10; built-in logical replication introduced in Version 10.e.

If youre a current PostgreSQL user, youll pick up gems you may have missed before.

  • Learn basic administration tasks such as...
  • S.: author's other books


    Who wrote PostgreSQL: Up and Running? Find out the surname, the name of the author of the book and a list of all author's works by series.

    PostgreSQL: Up and Running — read online for free the complete book (whole text) full work

    Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "PostgreSQL: Up and Running" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make
    PostgreSQL: Up and Running

    by Regina O. Obe and Leo S. Hsu

    Copyright 2018 Regina Obe, Leo Hsu. All rights reserved.

    Printed in the United States of America.

    Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

    OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com/safari). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

    • Editor: Andy Oram
    • Production Editor: Melanie Yarbrough
    • Copyeditor: Kim Cofer
    • Proofreader: Christina Edwards
    • Indexer: Lucie Haskins
    • Interior Designer: David Futato
    • Cover Designer: Karen Montgomery
    • Illustrator: Rebecca Demarest
    • October 2017: Third Edition
    Revision History for the Third Edition
    • 2017-10-10: First Release

    See http://oreilly.com/catalog/errata.csp?isbn=9781491963418 for release details.

    The OReilly logo is a registered trademark of OReilly Media, Inc. PostgreSQL: Up and Running, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

    While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

    978-1-491-96341-8

    [LSI]

    Preface

    PostgreSQL bills itself as the worlds most advanced open source database. We couldnt agree more.

    What we hope to accomplish in this book is to give you a firm grounding in the concepts and features that make PostgreSQL so impressive. Along the way, we should convince you that PostgreSQL does indeed stand up to its claim to fame. Because the database is advanced, no book short of the 3500 pages of documentation can bring out all its glory. But then again, most users dont need to delve into the most abstruse features that PostgreSQL has to offer. So in our shorter 300-pager, we hope to get you, as the subtitle proclaims, Up and Running.

    Each topic is presented with some context so you understand when to use it and what it offers. We assume you have prior experience with some other database so that we can jump right to the key points of PostgreSQL. We generously litter the pages of this book with links to references so you can dig deeper into topics of interest. These links lead to sections in the manual, to helpful articles, to blog posts of PostgreSQL vanguards. We also link to our own site at Postgres OnLine Journal, where we have collected many pieces that we have written on PostgreSQL and its interoperability with other applications.

    This book focuses on PostgreSQL versions 9.5, 9.6, and 10, but we will cover some unique and advanced features that are also present in prior versions.

    Audience

    For migrants from other database engines, well point out parallels that PostgreSQL shares with other leading products. Perhaps more importantly, we highlight feats you can achieve with PostgreSQL that are difficult or impossible to do in other databases.

    We stop short of teaching you SQL, as youll find many excellent sources for that. SQL is much like chessa few hours to learn, a lifetime to master. You have wisely chosen PostgreSQL. Youll be greatly rewarded.

    If youre currently a savvy PostgreSQL user or a weather-beaten DBA, much of the material in this book should be familiar terrain, but youll be sure to pick up some pointers and shortcuts introduced in newer versions of PostgreSQL. Perhaps youll even find the hidden gem that eluded you. If nothing else, this book is at least ten times lighter than the PostgreSQL manual.

    Not using PostgreSQL yet? This book is propagandathe good kind. Each day you continue to use a database with limited SQL capabilities, you handicap yourself. Each day that youre wedded to a proprietary system, youre bleeding dollars.

    Finally, if your work has nothing to do with databases or IT, or if youve just graduated from kindergarten, the cute picture of the elephant shrew on the cover should be worthy of the price alone.

    For More Information on PostgreSQL

    PostgreSQL has a well-maintained set of online documentation: PostgreSQL manuals. We encourage you to bookmark it. The manual is available both as HTML and as a PDF. Hardcopy collector editions are available for purchase.

    Other PostgreSQL resources include:

    • Planet PostgreSQL is an aggregator of PostgreSQL blogs. Youll find PostgreSQL core developers and general users showcasing new features, novel ways to use existing ones, and reporting of bugs that have yet to be patched.

    • PostgreSQL Wiki provides tips and tricks for managing various facets of the database and migrating from other databases.

    • PostgreSQL Books is a list of books about PostgreSQL.

    • PostGIS in Action Books is the website for the books weve written on PostGIS, the spatial extender for PostgreSQL, and more recently pgRouting, another PostgreSQL extension that provides network routing capabilities useful for building driving apps.

    Code and Output Formatting

    For elements in parentheses, we gravitate toward placing the open parenthesis on the same line as the preceding element and the closing parenthesis on a line by itself. This is a classic C formatting style that we like because it cuts down on the number of blank lines:

    function(Welcome to PostgreSQL);

    We also remove gratuitous spaces in screen output, so if the formatting of your results doesnt match ours exactly, dont fret.

    We omit the space after a serial comma for short elements. For example, ('a','b','c').

    The SQL interpreter treats tabs, newlines, and carriage returns as whitespace. In our code, we generally use whitespaces for indentation, not tabs. Make sure that your editor doesnt automatically remove tabs, newlines, and carriage returns or convert them to something other than spaces.

    After copying and pasting, if you find your code not working, check the copied code to make sure it looks like what we have in the listing.

    We use examples based on both Linux and Windows. Path notations differ between the two, namely the use of solidus (/) versus reverse solidus (\). While on Windows, use the Linux solidus, always! /, not \. You may see a path such as /postgresql_book/somefile.csv. These are always relative to the root of your server. If you are on Windows, you must include the drive letter: C:/postgresql_book/somefile.csv.

    Conventions Used in This Book

    The following typographical conventions are used in this book:

    Italic

    Indicates new terms, URLs, email addresses, filenames, and file extensions.

    Constant width

    Used for program listings. Used within paragraphs, where needed for clarity, to refer to programming elements such as variables, functions, databases, data types, environment variables, statements, and keywords.

    Constant width bold

    Shows commands or other text that should be typed literally by the user.

    Next page
    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make

    Similar books «PostgreSQL: Up and Running»

    Look at similar books to PostgreSQL: Up and Running. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


    Reviews about «PostgreSQL: Up and Running»

    Discussion, reviews of the book PostgreSQL: Up and Running and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.