<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=PostgreSQL</id>
	<title>PostgreSQL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=PostgreSQL"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=PostgreSQL&amp;action=history"/>
	<updated>2026-08-22T18:15:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=PostgreSQL&amp;diff=2627&amp;oldid=prev</id>
		<title>Admin: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=PostgreSQL&amp;diff=2627&amp;oldid=prev"/>
		<updated>2016-04-06T20:20:29Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Download &amp;amp;amp; Information =&lt;br /&gt;
&lt;br /&gt;
The [[PostgreSQL]] database is available from http://www.postgresql.org&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Specific Error Messages =&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Database Authentication ==&lt;br /&gt;
&lt;br /&gt;
Authentication errors can show errors such as:&lt;br /&gt;
&lt;br /&gt;
 WARNING:  nonstandard use of \\ in a string literal at character 47&lt;br /&gt;
 HINT:  Use the escape string syntax for backslashes, e.g., E&amp;#039;\\&amp;#039;.&lt;br /&gt;
 FATAL:  password authentication failed for user &amp;quot;rt_user&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
in the [[PostgreSQL]] log and errors in the apache log such as:&lt;br /&gt;
&lt;br /&gt;
 Connect Failed FATAL:  password authentication failed for user &amp;quot;rt_user&amp;quot;\n at /usr/lib/perl5/vendor_perl/5.10.0/RT.pm line 204\n&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
One cause of this can be an upgrade situation where the [[RT SiteConfig|RT_SiteConfig]].pm has the old syntax such as:&lt;br /&gt;
&lt;br /&gt;
 $DatabasePassword = &amp;#039;foobar&amp;#039;;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
which is no longer recognized, and needs to now be expressed like:&lt;br /&gt;
&lt;br /&gt;
 Set($DatabasePassword , &amp;#039;foobar&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>