Bruce Momjian <[EMAIL PROTECTED]> writes: > Peter Eisentraut wrote: >> Maybe instead we can change the COPY command to read the file directly and >> not via stdin? Then we don't need the \. marker.
I like that idea too. > Yes, we need a temp table then. The single-line fix seemed easier. Why a temp table? The COPY command is only sourcing the contents of "$datadir"/sql_features.txt. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match