Re: Change Create Table Grammar

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Change Create Table Grammar
Дата
Msg-id CAA-aLv7i+McLnm0hV2SGdz9NcLG0TLD4FN2q0cgyHL4Ui-NRTw@mail.gmail.com
обсуждение исходный текст
Ответ на Change Create Table Grammar  (Reza Harasani <rharasani@gmail.com>)
Список pgsql-students
On 16 February 2015 at 11:12, Reza Harasani <rharasani@gmail.com> wrote:
>
>
> Hello everybody
> I'm a new user in PostgreSQL, I want to add new column in a table where I
> create a new table automatically ...
>
> In fact, I want to do something that when the user enters the command to
> create the table without the user realizing it, add a column to the table
> and there hash of each row is entered to be maintained ...
> While, I do not know where to put this command and what should I enter a
> command. Please note that the information you give me on this ...

Hi Reza,

I'm not clear on what you're proposing.  What problem are you trying to solve?

Is this for checking for data corruption?  If so, note that page-level
checksums are already implemented in PostgreSQL:
http://www.postgresql.org/docs/9.4/static/app-initdb.html#APP-INITDB-DATA-CHECKSUMS

--
Thom


В списке pgsql-students по дате отправления:

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: GSOC 2015: Student Introduction
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: GSOC 2015: Student Introduction