Re: Comments on tables - Mailing list pgsql-general

From Pasman
Subject Re: Comments on tables
Date
Msg-id e01c1769-8640-45bc-9f7e-3e272583a704@g7g2000vbl.googlegroups.com
Whole thread Raw
In response to Comments on tables  (pasman pasmański <pasman.p@gmail.com>)
List pgsql-general
> do $$
> begin
>   execute 'COMMENT ON TABLE test_count is ''Updated ' || current_date ||
> '''';
> end$$;
>

thanks, it works cool.


pasman


pgsql-general by date:

Previous
From: Allan Kamau
Date:
Subject: Re: Adding data from mysql to postgresql periodically
Next
From: Ron Mayer
Date:
Subject: Re: Why facebook used mysql ?