File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Fri Nov 16 10:53:50 EST 2007
4
+ Last updated: Sun Dec 9 19:31:34 EST 2007
5
5
6
6
Current maintainer: Bruce Momjian (bruce@momjian.us)
7
7
87
87
88
88
General Questions
89
89
90
- 1.1) What is PostgreSQL? How is it pronounced?
90
+ 1.1) What is PostgreSQL? How is it pronounced? What is Postgres?
91
91
92
92
PostgreSQL is pronounced Post-Gres-Q-L. (For those curious about how
93
93
to say "PostgreSQL", an audio file is available.)
Original file line number Diff line number Diff line change 10
10
alink ="#0000ff ">
11
11
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
12
12
13
- < P > Last updated: Fri Nov 16 10:53:50 EST 2007</ P >
13
+ < P > Last updated: Sun Dec 9 19:31:34 EST 2007</ P >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
16
16
"mailto:bruce@momjian.us "> bruce@momjian.us</ A > )
@@ -127,7 +127,7 @@ <H2 align="center">Operational Questions</H2>
127
127
128
128
< H2 align ="center "> General Questions</ H2 >
129
129
130
- < H3 id ="item1.1 "> 1.1) What is PostgreSQL? How is it pronounced?</ H3 >
130
+ < H3 id ="item1.1 "> 1.1) What is PostgreSQL? How is it pronounced? What is Postgres? </ H3 >
131
131
132
132
< P > PostgreSQL is pronounced < I > Post-Gres-Q-L</ I > . (For those curious
133
133
about how to say "PostgreSQL", an < a
@@ -1051,7 +1051,7 @@ <H3 id="item4.19">4.19) Why do I get "relation with OID #####
1051
1051
does not exist" errors when accessing temporary tables in PL/PgSQL
1052
1052
functions?</ H3 >
1053
1053
1054
- < P > In PostgreSQL versions < 8 .3, PL /PgSQL caches function scripts, and
1054
+ < P > In PostgreSQL versions < 8.3, PL/PgSQL caches function scripts, and
1055
1055
an unfortunate side effect is that if a PL/PgSQL function accesses a
1056
1056
temporary table, and that table is later dropped and recreated, and
1057
1057
the function called again, the function will fail because the cached
You can’t perform that action at this time.
0 commit comments