1. Download "libpq.dll" add inside "..\wamp64\bin\php\php7.3.12" folder ..\wamp64\bin\php\php7.3.12\libpq.dll ...
Home / PostgreSQL
Showing posts with label PostgreSQL. Show all posts
Showing posts with label PostgreSQL. Show all posts
PostgreSQL Procedure Result Query
Create Learning Table: CREATE TABLE "public" . "learning" ( "api_id" int4 DEFAULT nextval ( ...
Restore & Backup using Batch file PostgreSQL
Step 1: Open your IDE (Notepad,Notepad++, Sublime Text) Backup Code: @echo off echo hello backup REM -h == host, -p == port -u ==...
Run postgresql queries from the command line
Syntax: psql.exe -U <username> -d <database_name> Not to use semicolon ( ; ) Example: E:\PostgreSQL\9.5\bin>psql.exe...
Eclipse JDBC PostgreSQL Connection
Code: import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; pub...
Subscribe to:
Posts
(
Atom
)