<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Granting PostgreSQL Database and Table Ownership / Privileges to a New User</title>
	<atom:link href="http://fatpenguinblog.com/scott-rippee/granting-postgresql-database-and-table-ownership-privileges-to-a-new-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://fatpenguinblog.com/scott-rippee/granting-postgresql-database-and-table-ownership-privileges-to-a-new-user/</link>
	<description>Donkies Bloggin' for Donkies</description>
	<pubDate>Thu, 17 May 2012 23:52:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: yogesh</title>
		<link>http://fatpenguinblog.com/scott-rippee/granting-postgresql-database-and-table-ownership-privileges-to-a-new-user/#comment-319599</link>
		<dc:creator>yogesh</dc:creator>
		<pubDate>Mon, 06 Sep 2010 06:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=833#comment-319599</guid>
		<description>Thanks, i wanted to change the owner of table ... i got that....</description>
		<content:encoded><![CDATA[<p>Thanks, i wanted to change the owner of table &#8230; i got that&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Blume</title>
		<link>http://fatpenguinblog.com/scott-rippee/granting-postgresql-database-and-table-ownership-privileges-to-a-new-user/#comment-174567</link>
		<dc:creator>Michael Blume</dc:creator>
		<pubDate>Thu, 26 Feb 2009 21:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=833#comment-174567</guid>
		<description>Some of the text in the SQL Statement got cut off because it used HTML.  It should have read:

ALTER TABLE (usera_table) OWNER TO USERB;



Also, I know that only the Superuser/Owner can make ownership changes.  Just curious why database owner cannot.  Possibly because the role of the database owner is to perform backups and not modify the tables?  Curious if there is a setting where this role can be modified/changed.

Thank you,
Mike</description>
		<content:encoded><![CDATA[<p>Some of the text in the SQL Statement got cut off because it used HTML.  It should have read:</p>
<p>ALTER TABLE (usera_table) OWNER TO USERB;</p>
<p>Also, I know that only the Superuser/Owner can make ownership changes.  Just curious why database owner cannot.  Possibly because the role of the database owner is to perform backups and not modify the tables?  Curious if there is a setting where this role can be modified/changed.</p>
<p>Thank you,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Blume</title>
		<link>http://fatpenguinblog.com/scott-rippee/granting-postgresql-database-and-table-ownership-privileges-to-a-new-user/#comment-174564</link>
		<dc:creator>Michael Blume</dc:creator>
		<pubDate>Thu, 26 Feb 2009 21:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=833#comment-174564</guid>
		<description>This is old, but I can't seem to find any other forum that discusses it (w/o sending a mail message).

Don't have access to super user.

Database/table owner was USERA.
Superuser changed database owner to USERB.

USERB cannot perform table ownership change:
ALTER TABLE  OWNER TO USERB;


While this seems like it's on purpose, was curious if there was a way around it?</description>
		<content:encoded><![CDATA[<p>This is old, but I can&#8217;t seem to find any other forum that discusses it (w/o sending a mail message).</p>
<p>Don&#8217;t have access to super user.</p>
<p>Database/table owner was USERA.<br />
Superuser changed database owner to USERB.</p>
<p>USERB cannot perform table ownership change:<br />
ALTER TABLE  OWNER TO USERB;</p>
<p>While this seems like it&#8217;s on purpose, was curious if there was a way around it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rippee</title>
		<link>http://fatpenguinblog.com/scott-rippee/granting-postgresql-database-and-table-ownership-privileges-to-a-new-user/#comment-11012</link>
		<dc:creator>Scott Rippee</dc:creator>
		<pubDate>Mon, 18 Jun 2007 01:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=833#comment-11012</guid>
		<description>Thanks, its fixed now.</description>
		<content:encoded><![CDATA[<p>Thanks, its fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mcmichael</title>
		<link>http://fatpenguinblog.com/scott-rippee/granting-postgresql-database-and-table-ownership-privileges-to-a-new-user/#comment-10846</link>
		<dc:creator>Chris Mcmichael</dc:creator>
		<pubDate>Thu, 14 Jun 2007 21:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://fatpenguinblog.com/?p=833#comment-10846</guid>
		<description>Great tutorial by the way.  When you create the a new user from the command shell I think it should be a capital -P not -p. 

-p port
--port port

-P password
--pwprompt


Chris</description>
		<content:encoded><![CDATA[<p>Great tutorial by the way.  When you create the a new user from the command shell I think it should be a capital -P not -p. </p>
<p>-p port<br />
&#8211;port port</p>
<p>-P password<br />
&#8211;pwprompt</p>
<p>Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

