Re: Comments on tables

From: Pasman <pasman(dot)p(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Comments on tables
Date: 2010-11-14 15:08:23
Message-ID: e01c1769-8640-45bc-9f7e-3e272583a704@g7g2000vbl.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> do $$
> begin
>   execute 'COMMENT ON TABLE test_count is ''Updated ' || current_date ||
> '''';
> end$$;
>

thanks, it works cool.

pasman

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Mayer 2010-11-14 17:15:40 Re: Why facebook used mysql ?
Previous Message Allan Kamau 2010-11-14 14:00:45 Re: Adding data from mysql to postgresql periodically