Am Dienstag, 5. Dezember 2006 18:41 schrieb Bruce Momjian:
> psql, like this: echo "\x \\
> select * from foo;" | psql.
>
> and I suppose the asumption was that the \\ would be at the end of the
> output line, but in fact both HTML and manual pages just put the \\
> anywhere on the line
Peter Eisentraut wrote:
> Am Dienstag, 5. Dezember 2006 18:41 schrieb Bruce Momjian:
> > psql, like this: echo "\x \\
> > select * from foo;" | psql.
> >
> > and I suppose the asumption was that the \\ would be at the end of the
> > output line, but in fact both HTML and manual pages ju
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Well, it is even worse because some versions of echo automatically
> > interpret backslashes, so it would have to be \\x. I am thinking we
> > should just leave it as I have it now, unless we want to use 'awk' or
> > 'perl' where we k
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Peter Eisentraut wrote:
>> Which is correct. Removing the \\ alters the point of the example.
> Well, if it doesn't render \\ at the end of the line, the example isn't
> very clear unless you are looking at the SGML.
No, you've completely misunderstood
On Wed, Dec 06, 2006 at 09:14:01 -0500,
Bruce Momjian <[EMAIL PROTECTED]> wrote:
>
> Well, I just tried Linux and FreeBSD bash (the default shell?) and they
> both need '-e' to render '\n' as a newline, so I think we should just
> leave it with '-e'. Following the spec doesn't help if our two m
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Peter Eisentraut wrote:
> >> Which is correct. Removing the \\ alters the point of the example.
>
> > Well, if it doesn't render \\ at the end of the line, the example isn't
> > very clear unless you are looking at the SGML.
>
> No,
Bruce Momjian <[EMAIL PROTECTED]> writes:
> ! pipe the string into psql, like
> ! this: echo "\x \\ SELECT * FROM foo;" | psql.
This should probably use single quotes not double, hm?
regards, tom lane
---(end of broadcast)--
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > ! pipe the string into psql, like
> > ! this: echo "\x \\ SELECT * FROM foo;" | psql.
>
> This should probably use single quotes not double, hm?
Yep, done.
--
Bruce Momjian [EMAIL PROTECTED]
EnterpriseDBhttp:/
In reading over the caveats regarding create index concurrently, I
think it'd be nice to see an example of what the return result will
be if an 'invalid' index is created so a dba who read the docs night
recognize the error, as well as for searchengine fodder to find out
what to do real fas
Hi,
On Mon, 2006-12-04 at 11:46 +0200, Devrim GUNDUZ wrote:
> I'm building 8.2.0 pdf now. It may take 3-4 days.
Ok, it is done. I'm now committing it to CVS. It will appear in web page
soon.
Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consult
On Dec 7, 2006, at 15:16 , Devrim GUNDUZ wrote:
Hi,
On Mon, 2006-12-04 at 11:46 +0200, Devrim GUNDUZ wrote:
I'm building 8.2.0 pdf now. It may take 3-4 days.
Ok, it is done. I'm now committing it to CVS. It will appear in web
page
soon.
Thanks, Devrim, for putting this together and you
On Thu, 7 Dec 2006, Devrim GUNDUZ wrote:
Hi,
On Mon, 2006-12-04 at 11:46 +0200, Devrim GUNDUZ wrote:
I'm building 8.2.0 pdf now. It may take 3-4 days.
Ok, it is done. I'm now committing it to CVS. It will appear in web page
soon.
Devrim, could you share your texmf.cnf ? My pdf creation fai
12 matches
Mail list logo