代码搜索:relation
找到约 1,939 项符合「relation」的源代码
代码结果 1,939
www.eeworm.com/read/100285/6271430
h hash.h
/*-------------------------------------------------------------------------
*
* hash.h
* header file for postgres hash access method implementation
*
*
* Copyright (c) 1994, Regents of the Uni
www.eeworm.com/read/100285/6271437
h transam.h
/*-------------------------------------------------------------------------
*
* transam.h
* postgres transaction access method support code header
*
*
* Copyright (c) 1994, Regents of the Univ
www.eeworm.com/read/100285/6271587
h internal.h
/*-------------------------------------------------------------------------
*
* internal.h
* Definitions required throughout the query optimizer.
*
*
* Copyright (c) 1994, Regents of the Unive
www.eeworm.com/read/100285/6271992
out euc_kr.out
QUERY: drop table 酮擤薛侩绢;
ERROR: Relation '酮擤薛侩绢' does not exist
QUERY: create table 酮擤薛侩绢 (侩绢 text, 萋拙内靛 varchar, 厚绊1A扼备 char(16));
QUERY: create index 酮擤薛侩绢index1 on 酮擤薛侩绢 using btree (侩绢);
QUERY: c
www.eeworm.com/read/100285/6272018
sql errors.sql
--
-- errors.source
--
-- $Header: /usr/local/cvsroot/pgsql/src/test/regress/sql/errors.sql,v 1.2 1997/05/22 00:17:24 scrappy Exp $
-- bad in postquel, but ok in postsql
select 1
--
-- UNSUPPORTE
www.eeworm.com/read/100285/6272141
out euc_kr.out
QUERY: drop table 酮擤薛侩绢;
ERROR: Relation '酮擤薛侩绢' does not exist
QUERY: create table 酮擤薛侩绢 (侩绢 text, 萋拙内靛 varchar, 厚绊1A扼备 char(16));
QUERY: create index 酮擤薛侩绢index1 on 酮擤薛侩绢 using btree (侩绢);
QUERY: c
www.eeworm.com/read/100234/6273099
h deftr.h
/*
* deftr.h - definitions of Transaction
* Kernel of GNU SQL-server
*
* This file is a part of GNU SQL Server
*
* Copyright (c) 1996, 1997, Free Software Foundation, Inc
* D
www.eeworm.com/read/308729/6306796
html yacgi.html
yacgi: Yet Another C/C++ library for CGI Programming
yacgi: Yet Another C/C++ library for CGI Programming
version 1.2
www.eeworm.com/read/482608/6619623
3 ut.3
/*
* ut.3: tests create and help
*/
/* create a simple relation */
create table easy (myattr char(24));
/* list the directory to see if anything got created */
!ls
/* see if it shows up in the ca
www.eeworm.com/read/482608/6619692
c destroy.c
#include "catalog.h"
//
// Destroys a relation. It performs the following steps:
//
// removes the catalog entry for the relation
// destroys the heap file containing the tuples in the relation
//