Tag Archives: postgresql

Create PostgreSQL database for integration testing with Docker

In this article, we will explore the idea of creating a PostgreSQL database Dockerfile. We can, for example, use it for creating integration tests in a separate CI/CD workflow. Continue reading

Posted in Solutions | Tagged , , , , , | Leave a comment

Convert varchar to text in PostgreSQL

This article will show you a simple way how to convert VARCHAR data type to TEXT data type. Continue reading

Posted in Language basics | Tagged , , | Leave a comment