Skip to content
DbaFix
Just share answer and question for fixing database problem
MENU
  • HOME

Tag: unaccent

Postgres full text search with unaccent and inflection (conjugation, etc.)

By adminPosted on March 24, 2023

Question : I want to be able to search unaccented phrases in an inflected (Polish) language in Postgres. Say, if […]

PostgreSQL translate special characters?

By adminPosted on March 7, 2023

Question : Description: PostgreSQL 9.3 String: ‘ì ằ ú ề’ Desired Result: ‘i a u e’ My code: select translate […]

How to query efficiently from Postgres to select special words?

By adminPosted on June 9, 2022

Question : Let’s say that I have a table called words with very many records. Columns are id and name. […]

“Function unaccent(text) does not exist” in update trigger

By adminPosted on January 22, 2022

Question : I’ve created a trigger for table x1 to update a column y with the expression to_tsvector(unaccent(x1.col1 || ‘ […]

text search dictionary “unaccent” does not exist’ entries in postgres log, supposedly during automatic analyze

By adminPosted on August 8, 2021

Question : I have many such entries in the postgresql main log, ever since upgrading to Postgres 10: 2018-03-28 08:51:00.281 […]

Recent Posts

  • Immigrate to file-per-table mode in MySQL
  • UNION ALL or other ways to return first row of result-set
  • File share Witness or Disk Witness
  • How to increase fast backup and restore of 500GB database using mysqldump?
  • Is it safe to stop the shrinking of MSDB?
  • Postgres_log table import not captuirng SQL
  • View slow ONLY if requested in batches
  • Tables names in a supertype/subtype schema [closed]
  • Optimize query matching first N items of an array
  • Inserting fetched records into new table
  • MariaDB: ERROR 1452 (23000): Cannot add or update a child row: a foreign key constraint fails
  • Why does netstat show multiple entries for the Postgres process?
  • Running materialized view refresh in parallel
  • Why SELECT is so slow
  • Backup on Share NFS fails – Windows Server 2008 R2
  • is there a term for databases which are not system databases? [closed]
  • Backing up database with missing datafile
  • Need SQL Server VLAN advice.. is it best practice to have all SQL Servers under 1 VLAN/network zone? [closed]
  • increase the initialization parameter STREAMS_POOL_SIZE or increase
  • SQL Cannot restore database on YOUNGER server version

Categories

  • Database Backup
  • Database Design
  • Database Index
  • Database Optimization
  • InnoDB
  • Join
  • MariaDB
  • MongoDB
  • MySQL
  • Oracle
  • Performance
  • Permissions
  • Postgresql
  • Query Performance
  • Replication
  • Security
  • SQL Server
Proudly powered by WordPress / Support by: DizzyCoding