if you have to replace every "select * …" with an explicit list of all columns
Unless you are introspecting the returned data to determine its structure or otherwise processing it very flexibly, you should be explicitly listing all of the columns you want to ensure that the data returned from the DB matches the order your program expects. "SELECT *" seems to be meant for interactive use and I suspect that the order of columns returned from that type of query is unspecified.
In reply to Re^3: What defines the output format of a Postgres Timestamp
by jcb
in thread What defines the output format of a Postgres Timestamp
by Skeeve
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |