--- doc/src/sgml/problems.sgml
+++ doc/src/sgml/problems.sgml
@@ -135,7 +135,7 @@
The best format for a test case for SQL-related problems is a
file that can be run through the psql
frontend that shows the problem. (Be sure to not have anything
- in your ~/.psqlrc start-up file.) An easy
+ in your ~/.desk/psqlrc start-up file.) An easy
way to create this file is to use pg_dump
to dump out the table declarations and data needed to set the
scene, then add the problem query. You are encouraged to