Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Withdata Software
  • Blog
  • Categories
  • Tags

Tag Archives: PostgreSQL

Post navigation

Newer posts →

Withdata Software Released DB2ToPostgres Version 1.0

Posted on November 18, 2013 by Shiji Pan

Withdata software has announced db2topostgres 1.0, a data conversion tool that convert DB2 data to PostgreSQL database. Version 1.0 is the first release. DB2ToPostgres – Convert DB2 data to PostgreSQL DB2ToPostgres is convenient: 1. Easy visually config, just click on the mouse. 2. ... Read more

Posted in PR | Tagged DB2, DB2 to PostgreSQL, DB2ToPostgres, PostgreSQL

Withdata Software Released AccessToPostgres Version 1.0

Posted on November 18, 2013 by Shiji Pan

Withdata software has announced accesstopostgres 1.0, a data conversion tool that convert Access data to PostgreSQL database. Version 1.0 is the first release. AccessToPostgres – Convert Access data to PostgreSQL AccessToPostgres is convenient: 1. Easy visually config, just click on the ... Read more

Posted in PR | Tagged Access, AccessToPostgres, PostgreSQL

Withdata Software Released Withdata PostgresToExcel 1.0

Posted on October 10, 2013 by Shiji Pan

Withdata software has announced withdata postgrestoexcel 1.0, a data conversion tool that export PostgreSQL data to excel. Withdata PostgresToExcel 1.0 is first release version. Withdata PostgresToExcel – Export PostgreSQL data to Excel Withdata PostgresToExcel is convenient: 1. Easy ... Read more

Posted in PR | Tagged Excel, PostgreSQL, PostgreSQL to Excel, PostgresToExcel

How to execute sql file via command line for PostgreSQL

Posted on August 29, 2013 by Shiji Pan

Use psql psql -U username -d myDataBase -a -f myInsertFile More information: http://blog.manoharbhattarai.com.np/2013/04/03/execute-sql-file-from-command-line-in-postgresql/ ... Read more

Posted in PostgreSQL | Tagged command line, command line execute sql, PostgreSQL

How to limit the number of rows returned by a PostgreSQL query

Posted on August 10, 2013 by Shiji Pan

In MySQL, you can use “Limit <skip>,<count>”, like this: select * from sometable order by name limit 20,10 How to do in PostgreSQL? You’d use “Limit <count> offset <skip>”, like this: select * from sometable order by name limit 10 offset ... Read more

Posted in PostgreSQL | Tagged equivalent for the MySQL Limit, PostgreSQL

Replace Update or Insert a row Into PostgreSQL Table

Posted on August 1, 2013 by Shiji Pan

In Mysql, if you want to either updates or inserts a row in a table, depending if the table already has a row that matches the data, you can use “ON DUPLICATE KEY UPDATE”. How to do it in PostgreSQL? A way to do an “UPSERT” in postgresql is to do two sequential ... Read more

Posted in PostgreSQL | Tagged merge into, PostgreSQL, replace into, upsert

Post navigation

Newer posts →

Recent Posts

  • Unload to CSV for Databases
  • Use Cases for Dumping to CSV
Withdata Software. ©2004 - 2025 All rights reserved.