Re: Executing Dynamic DDL - Mailing list pgsql-general

From Samer Abukhait
Subject Re: Executing Dynamic DDL
Date
Msg-id 7d215b0c050519001168c8c70@mail.gmail.com
Whole thread Raw
In response to Re: Executing Dynamic DDL  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
That was very helpful, many thanks

About timestamp, I understood that as long as the DB server is the one
to log times it is safe to use it without timezones?? (I am not using
any of the different timezoned clients??) am i missing the point?

about all_table_columns, it is just a simple view to have the table
name and column name in the same view, (wasn't satisfied in
pg_attribute only :), am i duplicating anything?

pgsql-general by date:

Previous
From: Matthew Hixson
Date:
Subject: Re: 8.0.3 build error on Mac OS X 10.4
Next
From: "Dinesh Pandey"
Date:
Subject: How can I write trigger on a columns insert/update?