Skip to Main Content
www.ronny-mueller.com
  • Home
  • Contact
  • Home
  • Contact

postgreSQL

23 Feb 2020

[Howto] save invalid bytes / characters in UTF-8 encoded database

by rm | posted in: computer | 0

situation:images are binary coded. If you try to interpret/decode them as UTF-8, they can contain UTF-8 invalid characters (e.g. 0xFF) problem:if your database uses the UTF-8 encoding, you can’t save this invalid bytes in this database. (“invalid byte sequence warning”) … Continued

C, gtk+, postgreSQL
24 Feb 2017

[Howto] solve adoDB error messages with Typo3 and PostgreSQL

by rm | posted in: computer | 0

If you want to use typo3 with postgreSQL-database you have to use the AdoDB-abstraction layer between them. AdoDB makes the typo3 commands database-independent. However, it requires some compatibility configuration in postgreSQL. If you created a new postgreSQL database, you must … Continued

postgreSQL, typo3
25 Oct 2016

[Howto] create PostgreSQL database with UTF-8 encoding

by rm | posted in: computer | 0

postgreSQL v9.6 CREATE DATABASE testdb ENCODING ‘utf8’ LC_COLLATE ‘de_DE.UTF-8’ LC_CTYPE ‘de_DE.UTF-8’ TEMPLATE template0;

postgreSQL

Recent Posts

  • [Howto] QEMU virtio-scsi: raw passthrough internal dvd-drive
  • [Howto] solve pkg “error updating repositories”
  • [Howto] mount ANDROID tablet / phone in linux
  • [Howto] solve “/usr/bin/xdg-open: 811: Permission denied”
  • [Howto] solve Raspberry Pi + YouTube “if playback doesn’t begin shortly, try restarting your device”

Tags

AMD Bash bzip2 C DDNS debian dhcpd dovecot FreeBSD FreeCAD gcc GPU gtk+ h.264 h.265 HP 671798-001 httpd I²C KERBEROS LaTeX linux MCP23017 Mellanox MNPA19-XTR monitoring mysql network NFS postfix postgreSQL programming QEMU Raspberry Pi rc SAMBA SATA SSH storage systemd typo3 vdi virtualbox WordPress X zabbix ZFS

Recent Posts

  • [Howto] QEMU virtio-scsi: raw passthrough internal dvd-drive
  • [Howto] solve pkg “error updating repositories”
  • [Howto] mount ANDROID tablet / phone in linux
  • [Howto] solve “/usr/bin/xdg-open: 811: Permission denied”
  • [Howto] solve Raspberry Pi + YouTube “if playback doesn’t begin shortly, try restarting your device”

Recent Comments

    Archives

    • January 2025
    • July 2024
    • May 2024
    • April 2024
    • January 2024
    • September 2023
    • October 2022
    • March 2022
    • December 2021
    • October 2021
    • August 2021
    • October 2020
    • August 2020
    • June 2020
    • May 2020
    • February 2020
    • January 2020
    • November 2019
    • June 2019
    • May 2019
    • March 2019
    • February 2019
    • August 2018
    • June 2018
    • May 2018
    • February 2018
    • January 2018
    • December 2017
    • October 2017
    • September 2017
    • August 2017
    • June 2017
    • May 2017
    • March 2017
    • February 2017
    • January 2017
    • December 2016
    • November 2016
    • October 2016
    • September 2016
    • July 2016
    • April 2016
    • February 2016
    • November 2015
    • August 2015
    • June 2015
    • February 2015

    Categories

    • computer
    • electronics
    • network

    © 2025 www.ronny-mueller.com