depesz

7,400
reputation
604 views

Registered User

name depesz
member for 9 months
seen 1 hour ago
website
location
age 33
10h
answered PostgreSQL and/or MSSQL alternatives to Oracle’s SYS_CONTEXT
2d
answered Database Job Scheduling
2d
comment Finding any rows where the latest event time is over a specified period
That would help.
Dec
17
answered fabric postgresql create database
Dec
17
answered Finding any rows where the latest event time is over a specified period
Dec
16
comment Locale-aware uppercase in Bash?
doesn't work for me on bash 4.0.35 :(
Dec
16
answered How can I elegantly call a Perl subroutine whose name is held in a variable?
Dec
16
comment Locale-aware uppercase in Bash?
Well - python is in the range of things I'd like to avoid. Too heavy. As for specifying each character - while it is simple for "żółw", it becomes practically impossible to make it generally working.
Dec
16
asked Locale-aware uppercase in Bash?
Dec
15
answered Total number of “1s” in a Postgres bitmask
Dec
14
revised Splitting a String into Tokens and Storing the Delimiters in Perl
let it be known that it's not uc()
Dec
14
revised Splitting a String into Tokens and Storing the Delimiters in Perl
added 162 characters in body
Dec
14
answered Splitting a String into Tokens and Storing the Delimiters in Perl
Dec
14
comment How can I generate non-repetitive random 4 bytes hex values in Perl?
Please do not provide such answers. Not everyone will immediately catch that it is meant to be a joke, and will actually use it.
Dec
14
answered PostgreSQL Syntax error in PGAdmin
Dec
13
answered Separating record returned from function in postgres
Dec
6
awarded  Mortarboard
Nov
30
answered PostgreSQL v7.4 ALTER TABLE to change column
Nov
30
answered SQL script to create insert script
Nov
30
accepted PostgreSQL and Point in Time Recovery
Nov
29
answered Portable way to get file size (in bytes) in shell?
Nov
29
comment Portable way to get file size (in bytes) in shell?
it gives corrent number of bytes, but still needs postprocessing to remove filename. I think I'll stick with ls -l | awk approach. But wc -c is really cool, and I totally forgot about it.
Nov
29
comment Portable way to get file size (in bytes) in shell?
solaris find doesn't have maxdepth :(
Nov
29
comment Portable way to get file size (in bytes) in shell?
no, it doesn't. for file of 60 bytes it reports 4096.
Nov
29
comment Portable way to get file size (in bytes) in shell?
It doesn't show size in bytes.
Nov
29
revised Portable way to get file size (in bytes) in shell?
make the title more specific
Nov
29
comment Portable way to get file size (in bytes) in shell?
Technically - true. I meant that I don't have root privileges, and can't install new packages. Sure installing in home dir is possible. But not really when I have to make the script that is portable, and installation on "X" machines, new additional packages becomes tricky.
Nov
29
comment Portable way to get file size (in bytes) in shell?
It shows size in blocks. Which is not what I need. And Solaris du doesn't have -b option.
Nov
29
comment Portable way to get file size (in bytes) in shell?
Well, I do a lot of Perl writing myself, but sometimes the tool is chosen for me, not by me :)
Nov
29
asked Portable way to get file size (in bytes) in shell?
Nov
25
accepted Postgresql HAVING clause limitation
Nov
25
accepted Concurrency issues when retriveing Ids of newly inserted rows with ibatis
Nov
24
answered Postgresql HAVING clause limitation
Nov
24
answered How do I access the array’s element stored in my hash in Perl?
Nov
23
comment PostgreSQL - Updating an Enum Type
try that. besides - how many rows you have there. 10 * 1024 ^ 4?
Nov
23
answered postgres - partial column in SELECT/GROUP BY - column must appear in the GROUP BY clause or be used in an aggregate function
Nov
22
comment PostgreSQL - Updating an Enum Type
And what exactly is the problem of storing values as strings?
Nov
21
answered How can I connect to a remote machine via TCP and UDP with Perl?
Nov
20
comment PostgreSQL - Updating an Enum Type
perhaps a simple check constrain will do?
Nov
20
answered PostgreSQL and Point in Time Recovery
Nov
20
answered PostgreSQL - Updating an Enum Type
Nov
20
answered PostgreSQL and JMS (Or other Pub-Sub/Callback Mechanism)
Nov
20
comment Concurrency issues when retriveing Ids of newly inserted rows with ibatis
Of course it will. try yourself with 2 connections from psql. as for ibatis - i have no idea what it is, but it looks java-related - which means i can't help.
Nov
20
comment Effective Interpreted Programming Language for File/Image manipulation
I wouldn't suggest to use Perl Magick. I had a problem with it that the imagemagick part segfaulted on some bad images - and since perlmagick loads imagemagick as library - it effectively ended my program.
Nov
20
answered Concurrency issues when retriveing Ids of newly inserted rows with ibatis
Nov
20
answered Effective Interpreted Programming Language for File/Image manipulation
Nov
16
answered How to write a constraint concerning a max number of rows in postgresql?
Nov
16
answered How do I create valid IP ranges given an IP address and Subnet mask in Perl?
Nov
15
answered What is the equivalent of timestamp/rowversion (SQL Server) with PostgreSQL
Nov
15
comment What is the equivalent of timestamp/rowversion (SQL Server) with PostgreSQL
It would help if you'd say what is "Timestamp/Rowversion" - I, for one, have absolutely no idea if these are datatypes (what range/precision then?) or some specific "functions" (like rownum in Oracle), or magical stuff that makes your eyebrows to grow.