# Nordic pgDay 2018

DevFeed: [Nordic pgDay 2018](<https://devfeed.tech/articles/nordic-pgday-2018-34634.md>)

Original publisher: [Read original article](<https://tapoueh.org/conf/nordic-pgday-2018/>)

Published: 2018-03-13T10:45:44Z

Content type: article

Language: en

Sources: [Dimitri Fontaine](<https://devfeed.tech/sources/dimitri-fontaine.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [developer](<https://devfeed.tech/tags/developer.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [schema](<https://devfeed.tech/tags/schema.md>)

## AI overview

Nordic PGDay 2018 is presented as an opportunity for developers in the Nordic region to learn about PostgreSQL. The text highlights database schema modeling, design, usage, and trade-offs.

## Source excerpt

As a developer using PostgreSQL one of the most important tasks you have to deal with is modeling the database schema for your application. In order to achieve a solid design, it's important to understand how the schema is then going to be used as well as the trade-offs it involves.