The pg_postmaster_start_time() function returns the start time of the server where you execute it. Example: But your YugabyteDB database is most likely […]
Read MoreInsert Multiple Rows In One Statement
Need to insert a bunch of rows? No problem, you can do it in a single INSERT SQL statement in YugabyteDB! yugabyte=# […]
Read MoreDelete and Return Deleted Information
We can use the RETURNING clause to return values from the rows that were deleted using a bulk-delete statement! yugabyte=# CREATE TABLE […]
Read MoreExport Data to a File Using YSQL (the Safe Way)
When exporting data to a file in YSQL I avoid using printable characters (commas, new-lines, pipe symbols, etc.) as field/record separators because […]
Read MoreList Docker Containers Used by Yugabyte Platform
Yugabyte Platform is a containerized application that is installed and managed using Replicated for mission-critical environments (for example, production, performance, or failure mode testing). […]
Read More