Commit 97a4dad3 authored by Bruce Momjian's avatar Bruce Momjian

Update H4 tag to H3 to be consistent with heading levels.

parent 9f1e864d
Frequently Asked Questions (FAQ) for PostgreSQL Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Sat Apr 23 14:56:41 EDT 2005 Last updated: Sat Apr 23 14:59:01 EDT 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -703,8 +703,7 @@ ...@@ -703,8 +703,7 @@
From psql, type SELECT version(); From psql, type SELECT version();
4.15) Why does my large-object operations get "invalid large obj 4.15) Why does my large-object operations get "invalid large obj descriptor"?
descriptor"?
You need to put BEGIN WORK and COMMIT around any use of a large object You need to put BEGIN WORK and COMMIT around any use of a large object
handle, that is, surrounding lo_open ... lo_close. handle, that is, surrounding lo_open ... lo_close.
...@@ -785,8 +784,8 @@ ...@@ -785,8 +784,8 @@
Extending PostgreSQL Extending PostgreSQL
5.1) I wrote a user-defined function. When I run it in psql, why does it 5.1) I wrote a user-defined function. When I run it in psql, why does it dump
dump core? core?
The problem could be a number of things. Try testing your user-defined The problem could be a number of things. Try testing your user-defined
function in a stand-alone test program first. function in a stand-alone test program first.
...@@ -804,8 +803,7 @@ ...@@ -804,8 +803,7 @@
table-returning function defined in C can be found in table-returning function defined in C can be found in
contrib/tablefunc. contrib/tablefunc.
5.4) I have changed a source file. Why does the recompile not see the 5.4) I have changed a source file. Why does the recompile not see the change?
change?
The Makefiles do not have the proper dependencies for include files. The Makefiles do not have the proper dependencies for include files.
You have to do a make clean and then another make. If you are using You have to do a make clean and then another make. If you are using
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment