From: | "Milen A(dot) Radev" <milen(at)radev(dot)net> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Hex representation |
Date: | 2008-09-24 19:32:46 |
Message-ID: | gbe4kv$e4j$1@ger.gmane.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Carol Walter написа:
> Hello,
>
> Does anyone know what the format of hex characters for postgres are?
> I'm trying to create files that contain a 0x55. It looks to me like it
> should require a delimiter of some sort between the characters. I don't
> know how postgres would know that the string was a hex representation
> and not just a character zero, followed by a character x, followed by a
> character 5, followed by a character 5.
http://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS
Look for "Also supported are \digits,..." in section "4.1.2.1. String Constants".
--
Milen A. Radev
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2008-09-24 19:43:51 | Re: Hex representation |
Previous Message | Chirag Dave | 2008-09-24 19:29:59 | Postgres Stats after Crash Recovery |