Want to create Excel report from PostgreSQL database? Using DBToFile, a native GUI tool, you can generate excel report from PostgreSQL easily and fast, no need to program, no need learn VBA, just a few mouse clicks! Support Windows, Linux, macOS Here you can download and install ... Read more
Tag Archives: PostgreSQL
Schedule and automate DBF to PostgreSQL task
Want to schedule and automate from DBF to PostgreSQL copy data task? Using DBCopier, a native GUI tool, you can scheduled DBF (dBase, FoxBase, FoxPro) to PostgreSQL copy data task easily, just a few mouse clicks! Let computer automate repetitive DBF (dBase, FoxBase, FoxPro) to PostgreSQL ... Read more
Schedule and automate PostgreSQL to DBF task
Want to schedule and automate from PostgreSQL to DBF copy data task? Using DBCopier, a native GUI tool, you can scheduled PostgreSQL to DBF (dBase, FoxBase, FoxPro) copy data task easily, just a few mouse clicks! Let computer automate repetitive PostgreSQL to DBF (dBase, FoxBase, FoxPro) ... Read more
Batch import RTF files into PostgreSQL BYTEA (BLOB) without programming
Want to batch import RTF (Rich Text Format) documents into PostgreSQL TEXT (CLOB) or BYTEA (BLOB) column? Using PGLobEditor, you can import bulk rtf files into PostgreSQL TEXT (CLOB) or BYTEA (BLOB) easily and fast, just a few mouse clicks. Here you can download and install PGLobEditor. Batch ... Read more
Batch import PDF documents into PostgreSQL BYTEA (BLOB) without programming
Want to batch import pdf documents to PostgreSQL BYTEA (BLOB) ? Using PGLobEditor, you can batch import pdf files into PostgreSQL BYTEA (BLOB) easily and fast, just a few mouse clicks. Here you can download and install PGLobEditor. Batch import pdf documents to PostgreSQL BYTEA (BLOB) ... Read more
Some ETL (Extract-Transform-Load) tools for PostgreSQL
Withdata Software provide some ETL (Extract-Transform-Load) tools for PostgreSQL: FileToDB Load TXT, CSV, TSV, XML, JSON, Excel, SQL, RDF, INI data to PostgreSQL DBToFile Export PostgreSQL data to TXT, CSV, TSV, XML, JSON, Excel, SQL files DBCopier Copy data between PostgreSQL and ... Read more
Parse RDF file and save to PostgreSQL without programming
Want to parse RDF file and save to PostgreSQL ? Want to schedule and automate this importing task? To import Xml format RDF file (.rdf, .owl) to PostgreSQL, http://www.withdata.com/blog/rdftopostgres/parse-xml-format-rdf-file-and-save-to-postgresql-without-programming.html To import RDF Turtle ... Read more
How to select N random records from a PostgreSQL table
If you want to select N random records from a PostgreSQL table, you need to change the clause as follows: select * from tableName order by random() limit N For example, to select 5 random customers in the customers table, you use the following query: select * from customers order by random() ... Read more
Schedule and automate SQLite to PostgreSQL task
Want to schedule and automate from SQLite to PostgreSQL copy data task? Using DBCopier, a native GUI tool, you can scheduled SQLite to PostgreSQL copy data task easily, just a few mouse clicks! Let computer automate repetitive SQLite to PostgreSQL transfer data busy work, DBCopier make ... Read more
Schedule and automate PostgreSQL to MySQL task
Want to schedule and automate from PostgreSQL to MySQL copy data task? Using DBCopier, a native GUI tool, you can scheduled PostgreSQL to MySQL (MariaDB, Percona) copy data task easily, just a few mouse clicks! Let computer automate repetitive PostgreSQL to MySQL (MariaDB, Percona) ... Read more