Re: alter table add column - specify where the column will go? - Mailing list pgsql-general

just never use SELECT *, but always call columns by names. You'll
avoid having to depend on the order of columns, which is never
guaranteed, even if the table on disk is one order, the return columns
could be in some other.

pgsql-general by date:

Previous
From: Mark Morgan Lloyd
Date:
Subject: Getting current and average on a single row
Next
From: Thomas Kellerer
Date:
Subject: Re: alter table add column - specify where the column will go?