Re: Quotation marks in queries - Mailing list pgsql-general

From Tony Caduto
Subject Re: Quotation marks in queries
Date
Msg-id 42DE7228.1000208@amsoftwaredesign.com
Whole thread Raw
In response to Re: Quotation marks in queries  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
That's a really good point about the create table, you can actually just
rename everything in you create table statements before you actually do
any data
import, then as long as the fields are in the same physical order(does
not matter if the names are different) you can output data from the
source system as tab delimited and then use the
postgresql copy command to import the tab delimited file to postgresql.

Tony Caduto
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql 8.x

>
>So, if you don't use quotes in the CREATE TABLE statement, you'll never
>have to quote anywhere else either...
>
>Have this helps,
>
>


pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Custom DateStyle
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Wishlist?