From 06310ad1ccc693175b7677334beeb18d486f50d8 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Thu, 20 Mar 2014 22:28:33 -0700 Subject: [PATCH] Rename pq -> pg (postgres has no Q). --- {pq => pg}/dup.sql | 0 {pq => pg}/init.sql | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {pq => pg}/dup.sql (100%) rename {pq => pg}/init.sql (100%) diff --git a/pq/dup.sql b/pg/dup.sql similarity index 100% rename from pq/dup.sql rename to pg/dup.sql diff --git a/pq/init.sql b/pg/init.sql similarity index 100% rename from pq/init.sql rename to pg/init.sql