Автор
Hannu Krosing
  • 2 книги
  • 5 читателей
4.2
5оценок
Рейтинг автора складывается из оценок его книг. На графике показано соотношение положительных, нейтральных и негативных оценок.
4.2
5оценок
5 1
4 4
3 0
2 0
1 0
без
оценки
0

Hannu Krosing – лучшие книги

  • PostgreSQL 9 Admin Cookbook Simon Riggs
    ISBN: 978-1-849510-28-8
    Год издания: 2010
    Издательство: PACKT Publishing
    Язык: Русский
    Written in the cookbook style, this book offers learning and techniques through recipes. It contains step-by-step instructions for administrators and developers to manage databases on PostgreSQL. The book is designed in such a way that you can read it chapter by chapter or refer to recipes in no particular order. This book is for Sysadmins, Database Administrators, Architects, Developers, and anyone with an interest in planning for or running live production databases. This book is most suited to those who have some technical experience.
  • PostgreSQL Server Programming Hannu Krosing
    ISBN: 9781849516983
    Год издания: 2013
    Издательство: PACKT Publishing
    Язык: Английский
    Take your skills with PostgreSQL to a whole new level with this fascinating guide to server programming. A step by step approach with illuminating examples will educate you in the full range of possibilities.

    Understand the extension framework of PostgreSQL, and leverage it in ways that you haven't even invented yet.

    Write functions, create your own data types, all in your favourite programming language
    Step-by-step tutorial with plenty of tips and tricks to kick-start server programming.
    In Detail

    Learn how to work with PostgreSQL as if you spent the last decade working on it. PostgreSQL is capable of providing you with all of the options that you have in your favourite development language and then extending that right on to the database server. With this knowledge in hand, you will be able to respond to the current demand for advanced PostgreSQL skills in a lucrative and booming market.

    "PostgreSQL Server Programming" will show you that PostgreSQL is so much more than a database server. In fact, it could even be seen as an application development framework, with the added bonuses of transaction support, massive data storage, journaling, recovery and a host of other features that the PostgreSQL engine provides.

    This book will take you from learning the basic parts of a PostgreSQL function, then writing them in languages other than the built-in PL/PgSQL. You will see how to create libraries of useful code, group them into even more useful components, and distribute them to the community. You will see how to extract data from a multitude of foreign data sources, and then extend PostgreSQL to do it natively. And you can do all of this in a nifty debugging interface that will allow you to do it efficiently and with reliability.

    What you will learn from this book

    Write functions in the built-in PL/PgSQL language or your language of choice
    Extract data from foreign data sources
    Add operators, data types, and other custom elements
    Debug and code efficiently
    Decide what machine resources your process will use
    Create your own data types, operators, functions, aggregates, and even your own language
    Fully integrate the database layer into your development
    Approach

    This practical guide leads you through numerous aspects of working with PostgreSQL. Step by step examples allow you to easily set up and extend PostgreSQL.

    Who this book is written for

    "PostgreSQL Server Programming" is for moderate to advanced PostgreSQL database professionals. To get the best understanding of this book, you should have general experience in writing SQL, a basic idea of query tuning, and some coding experience in a language of your choice