On Thu, Feb 14, 2013 at 11:09 AM, Campbell, Lance wrote:
> PostgreSQL 9.2
>
> When creating a table or altering a column of a table, is there a way to
> add notes on a column?
>
> ** **
>
> If not:
>
> I have a new enhancement request. When creating a table or altering a
> column, it
Campbell, Lance wrote on 14.02.2013 20:09:
PostgreSQL 9.2
When creating a table or altering a column of a table, is there a way
to add notes on a column?
comment on table foo is 'the foo table';
comment on column foo.bar is 'the bar column';
http://www.postgresql.org/docs/current/static/sql-
PostgreSQL 9.2
When creating a table or altering a column of a table, is there a way to add
notes on a column?
If not:
I have a new enhancement request. When creating a table or altering a column,
it would be nice if a user could add "comments" or "notes" to a column. This
note would only app
On Thu, Feb 14, 2013 at 10:05 AM, Raghavendra
wrote:
>
> On Thu, Feb 14, 2013 at 11:30 PM, Lonni J Friedman
> wrote:
>>
>> I've got a postgres-9.2.x cluster, doing streaming replication to
>> several hot standby servers. I'd like to be able to query the master
>> to see the hostname or IP addres
On Thu, Feb 14, 2013 at 11:30 PM, Lonni J Friedman wrote:
> I've got a postgres-9.2.x cluster, doing streaming replication to
> several hot standby servers. I'd like to be able to query the master
> to see the hostname or IP address of each connected streaming
> replication standby server.
>
> I
I've got a postgres-9.2.x cluster, doing streaming replication to
several hot standby servers. I'd like to be able to query the master
to see the hostname or IP address of each connected streaming
replication standby server.
I know that I can view which servers are connected to the master by
look