<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>FOSS4G 2022 | Manipulating text with PostgreSQL - lesser known PG jewels</title>
        <link>https://video.osgeo.org/videos/watch/ab301715-6fc7-4e55-bf9a-6b68278c5974</link>
        <description>PostgreSQL is the most advanced opensource RDBMS. As GIS folks, you most probably use it in combination with PostGIS, its Geospatial plugin. When dealing with Geospatial data, we usually focus on geometries. But most of feature attributes are text data. Of course, filtering on these text data with standard SQL capabilities is a day-to-day operation for database users. But PostgreSQL provides much more capabilities when it comes down to text data management. In this presentation, we will go through a few of them. After a quick look at standard text functions in PostgreSQL, we will discover the lesser known fuzzy matching modules : pg_trgm extension allows for string searches using trigraphs to determine a similarity rank between text items, fuzzystrmatch extension provides fuzzy matching functions like soundex, Levenshtein, metaphone, Then, we will explore Full Text Search ( FTS ) PostgreSQL capabilities. Last but not least, we will peek inside PostgreSQL collation concept, which has nothing to do with your lunch. Collations are a powerful feature in PostgreSQL allowing to adapt the way you deal with text data according to the localization. Like trying to answer this - apparently - obvious question : is '12' before or after '2' ? And, because we can, display all of this on a map 😃 Vincent Picavet https://talks.osgeo.org/foss4g-2022/talk/QEHLM7/ #foss4g2022 #generaltrack #UsecasesAndapplications</description>
        <lastBuildDate>Mon, 06 Jul 2026 18:25:49 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://video.osgeo.org</generator>
        <image>
            <title>FOSS4G 2022 | Manipulating text with PostgreSQL - lesser known PG jewels</title>
            <url>https://video.osgeo.org/lazy-static/avatars/de841c88-3a57-45ac-9eff-a00237356bfc.png</url>
            <link>https://video.osgeo.org/videos/watch/ab301715-6fc7-4e55-bf9a-6b68278c5974</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://video.osgeo.org/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://video.osgeo.org/feeds/video-comments.xml?videoId=ab301715-6fc7-4e55-bf9a-6b68278c5974" rel="self" type="application/rss+xml"/>
    </channel>
</rss>