Re: Change Create Table Grammar

From: Thom Brown <thom(at)linux(dot)com>
To: Reza Harasani <rharasani(at)gmail(dot)com>
Cc: pgsql-students(at)postgresql(dot)org
Subject: Re: Change Create Table Grammar
Date: 2015-03-03 14:05:33
Message-ID: CAA-aLv7i+McLnm0hV2SGdz9NcLG0TLD4FN2q0cgyHL4Ui-NRTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-students

On 16 February 2015 at 11:12, Reza Harasani <rharasani(at)gmail(dot)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

In response to

Browse pgsql-students by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2015-03-03 15:06:12 Re: GSOC 2015: Student Introduction
Previous Message Thom Brown 2015-03-03 11:16:32 Re: GSOC 2015: Student Introduction