<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - "Binary" - typ danych.]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=155&amp;type=atom"/>
	<updated>2009-03-18T07:18:31Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=155</id>
		<entry>
			<title type="html"><![CDATA[Odp: "Binary" - typ danych.]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=634#p634"/>
			<content type="html"><![CDATA[BINARY? ;]
Albo varchar albo bytea]]></content>
			<author>
				<name><![CDATA[psocha]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=519</uri>
			</author>
			<updated>2009-03-18T07:18:31Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=634#p634</id>
		</entry>
		<entry>
			<title type="html"><![CDATA["Binary" - typ danych.]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=626#p626"/>
			<content type="html"><![CDATA[Witam,
mam mały problem z utworzeniem tabeli:

[code]CREATE TABLE "users" (
  "User" VARCHAR(16) NOT NULL,
  "Password" VARCHAR(64) BINARY NOT NULL,
  "Uid" INTEGER NOT NULL default '-1',
  "Gid" INTEGER NOT NULL default '-1',
  "Dir" VARCHAR(128) NOT NULL,
  PRIMARY KEY ("User")
) WITHOUT OIDS;[/code]
A mianowicie chodzi o:

[code]"Password" VARCHAR(64) BINARY NOT NULL,[/code]
Baza nie chce stworzyć tabeli z typem BINARY.

Próbowałem na różne sposoby, ma ktoś jakiś pomysł??

Pozdrawiam]]></content>
			<author>
				<name><![CDATA[ich]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=844</uri>
			</author>
			<updated>2009-03-16T06:00:28Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=626#p626</id>
		</entry>
</feed>
