python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error: Consult the last few lines of "pg_upgrade_dump_1.log"
I wanted to ugrade my postgresql database from v10 to v14
I have run these commands in windows command prompt:
C:\Users\mahajan>CD C:\Program Files\PostgreSQL\14\bin
C:\Program Files\PostgreSQL\14\...
mahajan
Votes: 0
Answers: 1
How to execute an insert or update operation in postgres 10 ( that not have store procedures)?
it is possible to execute an insert or update operation using only functions in postgres?.
I am using version 10.14 that not support store procedures.
EdwinMald
Votes: 0
Answers: 1