Skip to content

Tag: postgresql

Cannot run Apache2 server in ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack …

How can l start postgresql database using linux crontab?

postgresql database is starting in this way. but when I use linux crontab to start postgresql,it has failed. postgresql is not starting. I want to know why. Thank you! Answer You need to define which PostgreSQL instance to start. Try to add -D “PGDATA”. For example: If your Linux distribution is u…

How to concatenate a query with knextjs

Im trying to archive this SQL to Knext but i dont know how to do it THIS IS THE ORIGINAL QUERY and is fully functional in postgresql using the console THIS IS HOW IM TRYING TO ARCHIVE with knextjs Expected result: Get: Answer Ok. this is the final and correct answer using the same subquery; thanks to Mikael f…