Book Image

PostgreSQL Server Programming - Second Edition

Book Image

PostgreSQL Server Programming - Second Edition

Overview of this book

Table of Contents (21 chapters)
PostgreSQL Server Programming Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we saw that it is relatively easy to do things way beyond what a simple SQL database server normally supports; thanks to its pluggable language's support.

In fact, you can do almost anything in the PostgreSQL server that you could do in any other application server. Hopefully, this chapter just scratched the surface of what can be done inside a PostgreSQL server.

In the next chapter, we will learn about writing PostgreSQL's more advanced functions in C. This will give you deeper access to PostgreSQL, allowing you to use a PostgreSQL server for much more powerful things.