Revision history of "Postgres examples"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 17:13, 10 February 2020Maarten (Talk | contribs). . (178 bytes) (+178). . (Created page with "create a basic table with utf8 encoding CREATE DATABASE "example" WITH OWNER "user" \ ENCODING 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8' \ TEMPLATE template0;")