On Thursday, December 15, 2011 10:33:03 pm Xiaobo Gu wrote:
> Hi Adrian,
>
> I am on the Windows platform, how should I paste the command line.
I don't use Windows enough to be sure but:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/echo.mspx?mfr=true
So open a
Hi Adrian,
I am on the Windows platform, how should I paste the command line.
Regards,
Xiaobo Gu
On Thu, Dec 15, 2011 at 10:44 PM, Adrian Klaver wrote:
> On Wednesday, December 14, 2011 10:12:40 pm Xiaobo Gu wrote:
>> Hi,
>>
>> I know \encoding is a meta command to set client encoding on psql
On Wednesday, December 14, 2011 10:12:40 pm Xiaobo Gu wrote:
> Hi,
>
> I know \encoding is a meta command to set client encoding on psql
> prompt, but how can I set it inside the psql command line which will
> be called inside shell scripts,
>
> psql -h 192.168.72.7 -U gpadmin -w -d miner_demo -c
On Wed, 2011-12-14 at 22:26 -0800, John R Pierce wrote:
> On 12/14/11 10:12 PM, Xiaobo Gu wrote:
> > I know \encoding is a meta command to set client encoding on psql
> > prompt, but how can I set it inside the psql command line which will
> > be called inside shell scripts,
> >
> > psql -h 192.168
On 12/14/11 10:12 PM, Xiaobo Gu wrote:
I know \encoding is a meta command to set client encoding on psql
prompt, but how can I set it inside the psql command line which will
be called inside shell scripts,
psql -h 192.168.72.7 -U gpadmin -w -d miner_demo -c"\copy demo.store
to 'd:\store.csv' wit
Hi,
I know \encoding is a meta command to set client encoding on psql
prompt, but how can I set it inside the psql command line which will
be called inside shell scripts,
psql -h 192.168.72.7 -U gpadmin -w -d miner_demo -c"\copy demo.store
to 'd:\store.csv' with csv header"
How can I set the en
Richard Broersma Jr wrote:
> > Is it possible to configure PostgreSQL so that a " LIKE 'a' " query
> > will match a 'á' value, ie, make it accent-insensitive ?
>
> I forgot this was possible using regular expressions. I don't think it is
> possible using the LIKE
> syntax.
What a pity, I've found
> Is it possible to configure PostgreSQL so that a " LIKE 'a' " query
> will match a 'á' value, ie, make it accent-insensitive ?
Maybe something like this can help you:
test=> select to_ascii(convert('tête-à-tête français', 'LATIN9'),'LATIN9');
to_ascii
--
tete-
> Is it possible to configure PostgreSQL so that a " LIKE 'a' " query
> will match a 'á' value, ie, make it accent-insensitive ?
I forgot this was possible using regular expressions. I don't think it is
possible using the LIKE
syntax. if you use something like:
select * from yourtable
where you
Is it possible to configure PostgreSQL so that a " LIKE 'a' " query
will match a 'á' value, ie, make it accent-insensitive ?
Thanks in advance,
Daniel Serodio
---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?
http:
10 matches
Mail list logo