Re: Adding Missing Data to a Table

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pdxpug(at)postgresql(dot)org
Subject: Re: Adding Missing Data to a Table
Date: 2011-03-29 22:32:37
Message-ID: alpine.LNX.2.00.1103291531530.28359@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

On Tue, 29 Mar 2011, Darrell Fuhriman wrote:

> you can also do it in a function. Something like this (replacing my_table
> and some_id with the respective table and column name):

Thank you, Darrell. I'll read on using functions so I can do this properly
the first time I try it.

Rich

In response to

Browse pdxpug by date

  From Date Subject
Next Message Rich Shepard 2011-03-29 22:35:55 Re: Adding Missing Data to a Table
Previous Message Darrell Fuhriman 2011-03-29 22:06:07 Re: Adding Missing Data to a Table