]> begriffs open source - ai-pg/blob - full-docs/txt/tutorial-advanced-intro.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / tutorial-advanced-intro.txt
1
2 3.1. Introduction #
3
4    In the previous chapter we have covered the basics of using SQL to
5    store and access your data in PostgreSQL. We will now discuss some more
6    advanced features of SQL that simplify management and prevent loss or
7    corruption of your data. Finally, we will look at some PostgreSQL
8    extensions.
9
10    This chapter will on occasion refer to examples found in Chapter 2 to
11    change or improve them, so it will be useful to have read that chapter.
12    Some examples from this chapter can also be found in advanced.sql in
13    the tutorial directory. This file also contains some sample data to
14    load, which is not repeated here. (Refer to Section 2.1 for how to use
15    the file.)