Re: Format generation_expression - Mailing list pgsql-general

From Michael Lewis
Subject Re: Format generation_expression
Date
Msg-id CAHOFxGo3gzzP4GLEkMaX4b0b+4_3a1XqQFPjaiMXCu1tYbOk9g@mail.gmail.com
Whole thread Raw
In response to Format generation_expression  (Nils Bergmann <nilsbergmann@noim.io>)
List pgsql-general
Are you caching the definition some other place in the application stack and checking it later to compare? If so, I would likely alter the table and in the same transaction read the definition as recorded in generation_expression from information_schema.columns. Seems simple enough, but not sure of your overall process.

pgsql-general by date:

Previous
From: Michael Lewis
Date:
Subject: Re: How does vacuum works in postgresql
Next
From: Alvaro Herrera
Date:
Subject: Re: bad JIT decision