|
|
@ -1,7 +1,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
Frequently Asked Questions (FAQ) for PostgreSQL |
|
|
|
Frequently Asked Questions (FAQ) for PostgreSQL |
|
|
|
|
|
|
|
|
|
|
|
Last updated: Tue Oct 9 15:52:10 EDT 2007 |
|
|
|
Last updated: Tue Oct 9 16:07:30 EDT 2007 |
|
|
|
|
|
|
|
|
|
|
|
Current maintainer: Bruce Momjian (bruce@momjian.us) |
|
|
|
Current maintainer: Bruce Momjian (bruce@momjian.us) |
|
|
|
|
|
|
|
|
|
|
@ -78,10 +78,8 @@ |
|
|
|
4.16) How do I perform an outer join? |
|
|
|
4.16) How do I perform an outer join? |
|
|
|
4.17) How do I perform queries using multiple databases? |
|
|
|
4.17) How do I perform queries using multiple databases? |
|
|
|
4.18) How do I return multiple rows or columns from a function? |
|
|
|
4.18) How do I return multiple rows or columns from a function? |
|
|
|
4.19) Why do I get "relation with OID ##### does not exist" errors |
|
|
|
4.19) What replication solutions are available? |
|
|
|
when accessing temporary tables in PL/PgSQL functions? |
|
|
|
4.20) Why are my table and column names not recognized in my query? |
|
|
|
4.20) What replication solutions are available? |
|
|
|
|
|
|
|
4.21) Why are my table and column names not recognized in my query? |
|
|
|
|
|
|
|
Why is capitalization not preserved? |
|
|
|
Why is capitalization not preserved? |
|
|
|
_________________________________________________________________ |
|
|
|
_________________________________________________________________ |
|
|
|
|
|
|
|
|
|
|
@ -809,7 +807,7 @@ |
|
|
|
table access in PL/PgSQL. This will cause the query to be reparsed |
|
|
|
table access in PL/PgSQL. This will cause the query to be reparsed |
|
|
|
every time. |
|
|
|
every time. |
|
|
|
|
|
|
|
|
|
|
|
4.20) What replication solutions are available? |
|
|
|
4.19) What replication solutions are available? |
|
|
|
|
|
|
|
|
|
|
|
Though "replication" is a single term, there are several technologies |
|
|
|
Though "replication" is a single term, there are several technologies |
|
|
|
for doing replication, with advantages and disadvantages for each. |
|
|
|
for doing replication, with advantages and disadvantages for each. |
|
|
@ -828,7 +826,7 @@ |
|
|
|
There are also commercial and hardware-based replication solutions |
|
|
|
There are also commercial and hardware-based replication solutions |
|
|
|
available supporting a variety of replication models. |
|
|
|
available supporting a variety of replication models. |
|
|
|
|
|
|
|
|
|
|
|
4.21) Why are my table and column names not recognized in my query? Why is |
|
|
|
4.20) Why are my table and column names not recognized in my query? Why is |
|
|
|
capitalization not preserved? |
|
|
|
capitalization not preserved? |
|
|
|
|
|
|
|
|
|
|
|
The most common cause of unrecognized names is the use of |
|
|
|
The most common cause of unrecognized names is the use of |
|
|
|