Re: [SQL] [postgres] Antwort von Microsoft auf Mail hier!

2003-10-14 Thread Danny Tramnitzke
Ja, sone Mail habe ich auch mal bekommen..

da ist wohl was zwischen MS und Yahoo im Busch ...

Gruß,
Danny

Am Mon, 13 Oct 2003 14:18:41 +0200 hat Alvar Freude <[EMAIL PROTECTED]> 
geschrieben:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hallo allerseits,
>
> wer hat denn Zugriff auf die Subscriber-Liste dieser Liste?
>
> Eben bekam ich auf meine Mail oben eine Antwort von *Microsoft*. Der 
> Inhalt
> unten.
>
>
> Also, entweder ist da jemand offiziell eingetragen, oder hat einen Deal 
> mit
> Yahoogroups, dass dies unsichtbar geschieht. Wäre ja eine Möglichkeit, um
> potentielle Konkurrenz zu beobachten: alles was "postgres" im Namen hat
> geht an "[EMAIL PROTECTED]" oder so ...
>
>
> Oder jemand hat scherzeshalber MS hier eingetragen.
>
>
> Sehr ominös.
>
>
>
> Ciao
> Alvar
>
>
> - -- Forwarded Message --
> Date: Montag, Oktober 13, 2003 04:11:51 -0700
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: RE: [SQL] [postgres] Foreign Key - Remove
>
> MSDN Auto-Response: Please do not reply back to this e-mail as this is 
> not
> a monitored mailbox.
>
> We really do want your submission. To enable us to provide you with a 
> more
> timely response, please submit your questions or feedback via the MSDN
> Contact Us web form at
> http://register.microsoft.com/contactus30/contactus.asp?domain=msdn 
> Please
> select an option from the list that best aligns with the subject of your
> mail.
>
> **Please note: If you have a Microsoft Product or technical (how to) 
> support question, you
> will get a faster resolution and be better served by using the options
> available and detailed in the Microsoft Support Site at:
> http://support.microsoft.com Links to the knowledge base, support phone 
> numbers, online support and
> submitting feedback about our products options are available from within
> the left hand side navigation. 
> _ Q&A: 
> Q1: Why have you switched from e-mail to a Web form? A1: The MSDN Contact 
> Us Web form enables us to provide you with a quicker
> response by eliminating the huge volumes of spam that our e-mail 
> addresses
> attract. We recognize that legitimate customers like yourself have used
> this e-mail address in the past to contact Microsoft. This auto reply is
> sent to inform you of these changes and your options. Please bookmark the
> MSDN Contact Us link above and remove the MSDN mail-to e-mail address you
> used from your address book.
>
> Q2: When did Microsoft.com Contact Us implement this new process? A2: 
> April 4th 2003.
>
> Q3: Why did I get this auto-response if I am responding to an existing 
> MSDN
> Contact Us inquiry that has this return e-mail address? A3: Take a look 
> at your sent messages folder in your e-mail application to
> review the subject line of the e-mail you sent this alias. Does it have 
> an
> MSDN Contact Us inquiry number in the format of CSTx x xID, where x is an
> eight-digit number? - - Yes: Unfortunately we can only process inquiry 
> less than three months
> old. Please create a new inquiry using the MSDN Contact Us link above. - - 
>
>
> No: If you removed or edited the subject line of the e-mail, please
> resend your e-mail to this address with the original subject line. It
> should have the original Microsoft.com Contact Us inquiry number.
>
> Q4: How do I know that someone will actually read my feedback? A4: Our 
> MSDN Contact Us customer support representatives read every piece
> of feedback that we receive via the MSDN Contact Us Web form. If you ask 
> us
> a question and provide us with your e-mail address, we will send you a
> response. If you send us feedback, we will route it to the right people 
> at
> Microsoft.
>
> Q5: Why did your Web site have a link to this e-mail address? A5: We 
> replaced e-mail links on our Web site with links to the MSDN Contact
> Us Web form. If you found one that we missed, please visit the MSDN 
> Contact
> Us Web form (link above) and let us know. We really appreciate your
> assistance.
>
> - -- End Forwarded Message --
>
>
>
>
>
> - -- ** Alvar C.H. Freude -- http://alvar.a-blast.org/
> ** ** ODEM.org-Tour: http://tour.odem.org/
> **
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.3 (FreeBSD)
>
> iD8DBQE/ipghOndlH63J86wRApSKAKCL5VPsmxmXI4sy9VCPtq4Xjstk+ACgyP7u
> DkE5quj0AJ1HMJu6xtSRLss=
> =rNQ5
> -END PGP SIGNATURE-
>
>
> Yahoo! Groups Sponsor
>
> Wenn Sie Ihr Abonnement fuer diese Gruppe kuendigen moechten, senden Sie 
> eine E-Mail an:
> [EMAIL PROTECTED]
>
>
>
> Die Nutzung von Yahoo! Groups ist Bestandteil der Allgemeinen 
> Geschäftsbedingungen von Yahoo!.



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

Wenn Sie Ihr Abonnement fuer diese Gruppe kuendigen moechten, senden 
Sie eine E-Mail an:
[EMAIL PROTECTED]

 

Die Nutzung von Yahoo! Groups ist Bestandteil von 
http://de.docs.yahoo.com/info/utos.html 



---

[SQL] [postgres] Copy Timestamp NULL

2003-10-14 Thread Danny Tramnitzke
Hi Leute,

Ich habe vor einiger Zeit eine spezielle Frage gestellt, die nicht ganz 
beantwortet wurde.

Also es geht darum, dass ich in eine Postgres Tabelle per Copy Daten laden 
möchte.
Bei einer Spalte handelt es sich um Timestamp NULL ... In der Source-Datei 
befinden sich in dieser Spalte ISO Timestamp Werte und NULL - Werte . 
(Nicht jede Zeile besitzt einen Timestamp-wert)

Die Source-Datei sieht prinzipiell so aus :

1|Hallo|17.0|1999-01-23 14:30:08.456234|usr01
2|Test|18.5||usr02

Die Spalte 4 ist somit vom Typ Timestamp.

Allerdings kann ich diese Source-Datei nicht in die Postgres Tabelle per 
Copy laden, da es an den NULL - Stellen zum Fehler kommt : Bad timestamp 
external representation ''

Wenn also eine "Lücke" gefunden wird, interpretiert Copy diese "Lücke" 
nicht als Null-Wert und beschwert sich über das fehlerhafte Timestamp 
Format.


Es geht ebenfalls nicht, wenn ich an der entsprechenden Stelle NULL 
schreibe.

Was muss ich also angeben, damit ich solch eine Datei laden kann ?

Viele Grüße,
Danny


-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

Wenn Sie Ihr Abonnement fuer diese Gruppe kuendigen moechten, senden 
Sie eine E-Mail an:
[EMAIL PROTECTED]

 

Die Nutzung von Yahoo! Groups ist Bestandteil von 
http://de.docs.yahoo.com/info/utos.html 



---(end of broadcast)---
TIP 8: explain analyze is your friend