﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5310	Incorrect syntax in latest postgres docs	ayleph		"A recent commit [1] introduced an error in the postgresql configuration. The docs say:

{{{
# su -u postgres
}}}

but this doesn't work as `-u` is not a valid switch to `su` (at least not my system and not on the system of ramsesHD who pointed this out to me on IRC). It seems the correct syntax should be

{{{
# su - postgres
}}}

[1] https://gitorious.org/mediagoblin/mediagoblin/commit/c3075e9178a073586f5b2eb0a91e822398e6abf1"	defect	closed	major	0.8.0	documentation	fixed	docs,postgres	Jim Campbell	
