From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Scott Frankel <leknarf(at)pacbell(dot)net> |
Cc: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: inherited table and rules |
Date: | 2005-03-23 06:20:50 |
Message-ID: | 20050323062050.GA39061@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Mar 22, 2005 at 09:59:23PM -0800, Scott Frankel wrote:
> What is the proper syntax for using FROM ONLY table_name in an UPDATE
> statement?
See the UPDATE documentation:
http://www.postgresql.org/docs/8.0/static/sql-update.html
> What is the proper syntax for specifying FROM ONLY in the inheritance
> statement?
What are you trying to do that a simple INHERITS won't do?
> What does GUC stand for? ;)
Grand Unified Configuration.
http://www.postgresql.org/docs/8.0/static/runtime-config.html
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
From | Date | Subject | |
---|---|---|---|
Next Message | Shaun Clements | 2005-03-23 06:26:03 | Re: PHP SQL |
Previous Message | Thomas F.O'Connell | 2005-03-23 06:17:17 | Re: inherited table and rules |