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

  • [SSH] auto disconnect after login attempt
  • [SAMBA] Can’t locate JSON.pm in @INC
  • [FreeBSD] zfs: out of temporary buffer space
  • [Howto] clear the console scrollback buffer in FreeBSD
  • [VirtualBox] enable support for USB devices in VirtualBox

Tags

bzip2 C cairo debian dovecot FreeBSD FreeCAD gcc gtk+ h.265 HP 671798-001 httpd I²C KERBEROS linux MCP23017 Mellanox MNPA19-XTR monitoring mysql network NFS pdf poppler postfix postgreSQL programming Python QElectroTech Raspberry Pi rc SAMBA SSH SSL storage systemd TLS typo3 vdi virtualbox Windows XP WordPress X xz zabbix ZFS

© 2023 www.ronny-mueller.com