Neues vom PostgreSQL Planet
Dave Stokes: CSV Loading Error Fix: Data Too Long Or Value Too Long
You are trying to load a CSV file into a database, and almost inevitably, you run into an ERROR: value too long for type character varying 64 if you are using PostgreSQL. Or SQL Error [1406] [22001]: Data truncation: Data too long for column 'Name' at row 1 if you are using MariaDB or MySQL.
Dan Langille: PostgreSQL: MD5 password support is deprecated – updating the user passwords
Eight years ago, PostgreSQL introduced scram-sha-256 hashes for passwords.
Eleven months ago, MD5 was deprecated.
Yesterday, I got caught up with all this.
Some of this post will deal with how I fixed it, but mostly it is documenting (for myself) what I did. The fix covers several services and takes place over multiple days.
First, some background on why this change has come into focus for me.
Frederic Delacourt: Did you know? Tables in PostgreSQL are limited to 1,600 columns
Did you know a table can have no more than 1,600 columns? This blog article was inspired by a conversation Pierre Ducroquet and I had.
First, the documentationThe PostgreSQL documentation Appendix K states a table can have a maximum of 1,600 columns.
Kaarel Moppel: Postgres, Kafka and event queues
Dave Stokes: Loading The Titanic Dataset Into PostgreSQL With DBeaver Part 3
In the previous post, we asked AI to make recommendations to help clean up the data loaded directly from a CSV file. The initial data load for the Name failed because a VARCHAR(64) was estimated to be insufficient to hold the data. But it was not, and a TEXT field was used instead.
So now we want to save some disk space!
Francesco Tisiot: Introducing Developer Tier for Aiven for PostgreSQL® services
Starting at $8 USD, the new Developer tier includes everything from the Free tier, with extra disk space, preserved uptime for idle services, and Basic support to keep you building without interruption.
Seiten
- « erste Seite
- ‹ vorherige Seite
- …
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14

