Skip to main content

All Questions

0 votes
0 answers
525 views

Real time data update with postgresql

I want to make multiple query in a database at the same time in same database with real time update. Like, google map the location of person update all time. Is it possible with postgresql?
Woshikuzzaman Anik's user avatar
0 votes
0 answers
67 views

Postgres - go - how to find last updated database in Postgres?

I am having more than 100 database. Each database contains some tables. After performing some operation tables in database got updated. Currently am running a thread which will connect each database ...
Dharani Dharan's user avatar
0 votes
1 answer
80 views

Updating a foreign key only when primary key exists

I have the following piece of code. I want to update a foreign key if the corresponding primary key exists. Please look at Query No : 2 and Query No : 3. DROP SCHEMA IF EXISTS s CASCADE; CREATE ...
gudge's user avatar
  • 1,063